/* Light */
@font-face {
  font-family: 'Open Sans';
  src: url('/fonts/open-sans/OpenSans-Light.ttf');
  font-weight: 300;
  font-style: inherit;
  font-display: swap;
}

/* Regular */
@font-face {
  font-family: 'Open Sans';
  src: url('/fonts/open-sans/OpenSans-Regular.ttf');
  font-weight: 400;
  font-style: inherit;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('/fonts/open-sans/OpenSans-Italic.ttf');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Semibold */
@font-face {
  font-family: 'Open Sans';
  src: url('/fonts/open-sans/OpenSans-SemiBold.ttf');
  font-weight: 600;
  font-style: inherit;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('/fonts/open-sans/OpenSans-SemiBoldItalic.ttf');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

/* Bold */
@font-face {
  font-family: 'Open Sans';
  src: url('/fonts/open-sans/OpenSans-Bold.ttf');
  font-weight: 700;
  font-style: inherit;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('/fonts/open-sans/OpenSans-BoldItalic.ttf');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
