/* FONT IMPORT */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

  
/* -------------------------------------------------------- */
/* VARIABLES */
/* -------------------------------------------------------- */

/* Variables are used like this: var(--text-color) */
:root {
  /* Background Colors: */
  --background-color: #778c9f;
  --content-background-color: #f0f0f0;
  --sidebar-background-color: #f0f0f0;

  /* Text Colors: */
  --text-color: #415a71;
  --sidebar-text-color: #415a71;
  --link-color: #5b7084;
  --link-color-hover: #99a5b1;

  /* Other Settings: */
  --border: 2px solid #415a71;
  --border-button: 2px double #415a71;
}