/* Montserrat — The Capital brand font (body copy) */

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

@font-face {
  font-family: 'Montserrat';
  src: url('fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: 'Montserrat';
  src: url('fonts/Montserrat-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

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

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


/* @font-face {
  font-family: 'SK-Modernist';
  src: url('fonts/SK-Modernist-Regular.otf') format('opentype');
  font-weight: 400; font-style: normal;
} */
/* @font-face {
  font-family: 'SK-Modernist';
  src: url('fonts/SK-Modernist-Bold.otf') format('opentype');
  font-weight: 700; font-style: normal;
} */
/* @font-face {
  font-family: 'SK-Modernist';
  src: url('fonts/SK-Modernist-Mono.otf') format('opentype');
  font-weight: 400; font-style: normal; /* use font-variant: monospace */
} */

/* SK-Modernist — The Capital brand font (headlines) */
@font-face {
  font-family: 'SK-Modernist';
  src: url('fonts/Sk-Modernist-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SK-Modernist';
  src: url('fonts/Sk-Modernist-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SK-Modernist-Mono';
  src: url('fonts/Sk-Modernist-Mono.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
