/* ref: https://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#select */

@font-face {
  font-family: "roboto-condensed";
  src:
    url("/fonts/roboto-condensed-latin-300-normal.woff2") format("woff2"),
    url("/fonts/roboto-condensed-latin-300-normal.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-stretch: condensed;
}

@font-face {
  font-family: "roboto-condensed";
  src:
    url("/fonts/roboto-condensed-latin-300-italic.woff2") format("woff2"),
    url("/fonts/roboto-condensed-latin-300-italic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-stretch: condensed;
}

@font-face {
  font-family: "roboto-condensed";
  src:
    url("/fonts/roboto-condensed-latin-400-normal.woff2") format("woff2"),
    url("/fonts/roboto-condensed-latin-400-normal.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: condensed;
}

@font-face {
  font-family: "roboto-condensed";
  src:
    url("/fonts/roboto-condensed-latin-400-italic.woff2") format("woff2"),
    url("/fonts/roboto-condensed-latin-400-italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-stretch: condensed;
}


@font-face { font-family: "Solitreo"; font-style: normal; font-weight: 300; font-display: swap; src: url("/fonts/solitreo-v2-latin-regular.woff2") format("woff2"); }

@font-face { font-family: "Ubuntu"; font-style: normal; font-weight: 400; font-display: swap; src: url("/fonts/ubuntu-v20-latin-regular.woff2") format("woff2"); }
@font-face { font-family: "Ubuntu"; font-style: normal; font-weight: 700; font-display: swap; src: url("/fonts/ubuntu-bold-webfont.woff2"); }
@font-face { font-family: "Ubuntu"; font-style: normal; font-weight: 300; font-display: swap; src: url("/fonts/ubuntu-light-webfont.woff2"); }
@font-face { font-family: "Ubuntu"; font-style: normal; font-weight: 500; font-display: swap; src: url("/fonts/ubuntu-medium-webfont.woff2"); }
@font-face { font-family: "Ubuntu"; font-style: italic; font-weight: 400; font-display: swap; src: url("/fonts/ubuntu-regular-italic-webfont.woff2"); }
@font-face { font-family: "Ubuntu"; font-style: italic; font-weight: 300; font-display: swap; src: url("/fonts/ubuntu-light-italic-webfont.woff2"); }

/* kalam-regular - latin */
@font-face {
  font-display: swap; 
  font-family: 'Kalam';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/kalam-v17-latin-regular.woff2') format('woff2'); 
}

/* kalam-700 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Kalam';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/kalam-v17-latin-700.woff2') format('woff2'); 
}

