@font-face {
  font-family: 'ABCOtto';
  src: url('//www.sosoft.studio/cdn/shop/t/9/assets/ABCOtto-Regular.woff2?v=104995887356642144561759931124') format('woff2'),
       url('//www.sosoft.studio/cdn/shop/t/9/assets/ABCOtto-Regular.woff?v=112081789224623506401759930281') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root{
  --FONT-STACK-BODY:'ABCOtto', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  --FONT-STACK-HEADING:'ABCOtto', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  --FONT-STACK-NAV:'ABCOtto', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  --FONT-STACK-SUBHEADING:'ABCOtto', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  --BTN-FONT-STACK:'ABCOtto', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}