/*
 * Theme Name: Flagshift Theme
 * Description: Starter Theme to use with Timber
 * Author: Upstatement and YOU!
 */


/* NOTE: Tailwind removed. Keep base font-face and overrides here. */

@font-face {
  font-family: 'Golos Text';
  src: url('./assets/fonts/GolosText-VariableFont.woff2') format('woff2'),
       url('./assets/fonts/GolosText-VariableFont.ttf') format('truetype');
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'Golos Text', sans-serif;
  font-weight: 400;
}

h1 {
  font-weight: 700;
}