/*@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('/sites/default/files/fonts/inter-v12-latin-300.woff2') format('woff2'),
       url('/sites/default/files/fonts/inter-v12-latin-300.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('/sites/default/files/fonts/inter-v12-latin-regular.woff2') format('woff2'),
       url('/sites/default/files/fonts/inter-v12-latin-regular.woff') format('woff');
  font-display: swap;
}*/

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  src: local(''),        
      url('/themes/tttech/fonts/Epilogue-VariableFont_wght.woff2') format('woff2'),
      url('/themes/tttech/fonts/Epilogue-VariableFont_wght.woff') format('woff'),          
      url('/themes/tttech/fonts/Epilogue-VariableFont_wght.ttf') format('ttf');       
  font-display: swap;  
}

/* ---------- Inter ---------- */

* {
  font-family: 'Inter', serif;
}
h1,
h2,
h4,
h5,
h6 {
  font-family: 'Inter', serif;
}
body,
p,
a,
li {
  font-family: 'Inter', serif;
}
