/* Self-Hosted Fonts - Downloaded from Google Fonts */

/* Montserrat variable normal */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('Montserrat-VariableFont_wght.ttf') format('truetype-variations'),
       url('Montserrat-VariableFont_wght.ttf') format('truetype');
  font-named-instance: 'Regular';
}

/* Montserrat variable italic */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url('Montserrat-Italic-VariableFont_wght.ttf') format('truetype-variations'),
       url('Montserrat-Italic-VariableFont_wght.ttf') format('truetype');
  font-named-instance: 'Italic';
}

/* Unna Regular */
@font-face {
  font-family: 'Unna';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('Unna-Regular.ttf') format('truetype');
}

/* Unna Italic */
@font-face {
  font-family: 'Unna';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('Unna-Italic.ttf') format('truetype');
}

/* Unna Bold */
@font-face {
  font-family: 'Unna';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('Unna-Bold.ttf') format('truetype');
}

/* Unna Bold Italic */
@font-face {
  font-family: 'Unna';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('Unna-BoldItalic.ttf') format('truetype');
}

