/*
Theme Name: Twenty Twenty-Five Child
Template: twentytwentyfive
Version: 1.0
*/
/* Apotek Font */

@font-face {
  font-family: 'Apotek';
  src: url('./fonts/fonnts.com-Apotek_Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Apotek';
  src: url('./fonts/fonnts.com-Apotek_Semibold.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}

/* Apply globally */

body {
  font-family: 'Apotek', sans-serif;
}