/*
Theme Name: Hiroshi Child
Theme URI: https://hiroshi.qodeinteractive.com
Description: A child theme of Hiroshi
Author: Select Themes
Author URI: https://qodeinteractive.com
Version: 1.0
Text Domain: hiroshi
Template: hiroshi
*/

@font-face {
  font-family: 'Acumin';
  src: url('/wp-content/themes/hiroshi-child/assets/fonts/acumin/acumin-variable.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --qodef-heading-font: 'Acumin', sans-serif;
  --qodef-text-font: 'Acumin', sans-serif;
}

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

h1, h2, h3 {
  font-weight: 700;
  font-variation-settings: "wght" 700;
}

h4, h5, h6 {
  font-weight: 600;
  font-variation-settings: "wght" 600;
}

p, li {
  font-weight: 400;
  font-variation-settings: "wght" 400;
}