:root {
    --custom: #1779ba;
    --custom-dark: #002e6f;

    --titles-font: Junge;
    --texts-font: PT Serif;
}

html {
  background-color: white;
}

/* ---------------------------- custom css ----------------------------------- */
* { font-family: "Open Sans" !important }