/* Default theme */

@font-face {
  font-family: "Oswald";
  src: url('../fonts/Oswald/oswald-500.woff2') format('woff2'),
       url('../fonts/Oswald/oswald-500.woff') format('woff'),
       url('../fonts/Oswald/oswald-500.ttf') format('truetype');
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: "Oswald";
  src: url('../fonts/Oswald/oswald-700.woff2') format('woff2'),
       url('../fonts/Oswald/oswald-700.woff') format('woff'),
       url('../fonts/Oswald/oswald-700.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}

@font-face {
  font-family: "ShipporiMinchoB1";
  src: url('../fonts/ShipporiMinchoB1/shippori-mincho-b1-regular.woff2') format('woff2'),
       url('../fonts/ShipporiMinchoB1/shippori-mincho-b1-regular.woff') format('woff'),
       url('../fonts/ShipporiMinchoB1/shippori-mincho-b1-regular.ttf') format('truetype');
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: "ShipporiMinchoB1";
  src: url('../fonts/ShipporiMinchoB1/shippori-mincho-b1-700.woff2') format('woff2'),
       url('../fonts/ShipporiMinchoB1/shippori-mincho-b1-700.woff') format('woff'),
       url('../fonts/ShipporiMinchoB1/shippori-mincho-b1-700.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}

/* Aorist theme */

@font-face {
  font-family: "SangBleuEmpire";
  src: url('../fonts/SangBleuEmpire/SangBleuEmpire-Regular.woff2') format('woff2'),
       url('../fonts/SangBleuEmpire/SangBleuEmpire-Regular.woff') format('woff'),
       url('../fonts/SangBleuEmpire/SangBleuEmpire-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "SangBleuEmpire";
  src: url('../fonts/SangBleuEmpire/SangBleuEmpire-Medium.woff2') format('woff2'),
       url('../fonts/SangBleuEmpire/SangBleuEmpire-Medium.woff') format('woff'),
       url('../fonts/SangBleuEmpire/SangBleuEmpire-Medium.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url('../fonts/Roboto/Roboto-Light.woff2') format('woff2'),
       url('../fonts/Roboto/Roboto-Light.woff') format('woff'),
       url('../fonts/Roboto/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url('../fonts/Roboto/Roboto-LightItalic.woff2') format('woff2'),
       url('../fonts/Roboto/Roboto-LightItalic.woff') format('woff'),
       url('../fonts/Roboto/Roboto-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url('../fonts/Roboto/Roboto-Regular.woff2') format('woff2'),
       url('../fonts/Roboto/Roboto-Regular.woff') format('woff'),
       url('../fonts/Roboto/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url('../fonts/Roboto/Roboto-RegularItalic.woff2') format('woff2'),
       url('../fonts/Roboto/Roboto-RegularItalic.woff') format('woff'),
       url('../fonts/Roboto/Roboto-RegularItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url('../fonts/Roboto/Roboto-Bold.woff2') format('woff2'),
       url('../fonts/Roboto/Roboto-Bold.woff') format('woff'),
       url('../fonts/Roboto/Roboto-Bold.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url('../fonts/Roboto/Roboto-BoldItalic.woff2') format('woff2'),
       url('../fonts/Roboto/Roboto-BoldItalic.woff') format('woff'),
       url('../fonts/Roboto/Roboto-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

