/* Variable fonts usage:
:root { font-family: "Inter", sans-serif; }
@supports (font-variation-settings: normal) {
  :root { font-family: "InterVariable", sans-serif; font-optical-sizing: auto; }
} */
* {
  font-family: 'Inter', sans-serif;
  font-feature-settings:
    'case' 0,
    'dlig' 0,
    'frac' 0,
    'dnom' 0,
    'numr' 0,
    'subs' 0,
    'sups' 0,
    'tnum' 0,
    'zero' 0,
    'ss01',
    'ss02',
    'ss03',
    'ss04' 0,
    'ss05' 0,
    'ss06' 0,
    'ss07' 0,
    'ss08' 0,
    'cv01',
    'cv02' 0,
    'cv03' 0,
    'cv04' 0,
    'cv05' 0,
    'cv06' 0,
    'cv07' 0,
    'cv08' 0,
    'cv09' 0,
    'cv10' 0,
    'cv11' 0,
    'cv12' 0,
    'cv13' 0,
    'cpsp' 0,
    'c2sc' 0,
    'salt' 0,
    'aalt' 0,
    'calt',
    'ccmp',
    'locl',
    'kern';
}

/* static fonts */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('Inter-Regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('Inter-Italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('Inter-Medium.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url('Inter-MediumItalic.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('Inter-SemiBold.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url('Inter-SemiBoldItalic.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('Inter-Bold.woff2') format('woff2');
}

@font-face {
  font-family: 'Roboto';
  src:
    url('Roboto-Medium.ttf') format('truetype'),
    url('Roboto-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
