@import url('https://use.typekit.net/tcl6lsx.css');

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

@font-face {
  font-family: 'futura';
  src: url('/fonts/futura-pt_demi.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --font-family-default: 'futura', sans-serif;
  --font-family-branding: 'cooper-black-std', sans-serif;
}
