@import url('https://fonts.googleapis.com/css?family=Lakki+Reddy');

:root {
  /* Background Colors: */
  --background-color: #141414;

  /* Text Colors: */
  --text-color: #dfdfcd;
  --header-color: #F5BE51;
  --link-color: #DC9596;
  --link-color-hover: #a53b54;

  /* Text: */
  --font: Georgia, serif;
  --heading-font: 'Lakki Reddy', 'regular 400';
  --font-size: 18px;

  /* Other Settings: */
  --margin: 24px;
  --padding: 20px;
  --border: 1px dashed #dfdfcd;
  --round-borders: 6px;
  --sidebar-width: 200px;
}


body {
  background-color: #141414;
  color: #dfdfcd;
  font-family: Georgia, serif;
  font-size: 18px;
}
  
header {
  font-size: 1.4em;
  font-family: 'Lakki Reddy', 'regular 400';
  background: #141414;
}

.header-title {
  font-family: 'Lakki Reddy', 'regular 400';
  font-size: 1.5em;
}