/* Open Sans Font - Local Version */

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

/* Light (300) - Italic */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url('/fonts/open-sans/open-sans-300-italic.ttf') format('truetype');
}

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

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

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

/* Bold (700) - Italic */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url('/fonts/open-sans/open-sans-700-italic.ttf') format('truetype');
}