/* assets/css/fonts.css */

@font-face {
  font-family: 'Degular';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/degular/degular-black.otf') format('opentype');
}
@font-face {
  font-family: 'Degular';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/degular/degular-bold.otf') format('opentype');
}
@font-face {
  font-family: 'Degular';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/degular/degular-semibold.otf') format('opentype');
}
@font-face {
  font-family: 'Degular';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/degular/degular-medium.otf') format('opentype');
}
@font-face {
  font-family: 'Degular';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/degular/degular-regular.otf') format('opentype');
}
@font-face {
  font-family: 'Degular';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/degular/degular-light.otf') format('opentype');
}
@font-face {
  font-family: 'Degular';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/degular/degular-thin.otf') format('opentype');
}

/* Example usage */
body, .site-title, h1, h2 {
  font-family: 'Degular', sans-serif;
}
