/*
  Theme Name: Gaia Grapik
  Theme URI: https://nolsis.com
  Author: Nolsis;
  Author URI: https://nolsis.com
  Description: Nolsis
  Version: 1.0.0

*/
@font-face {
    font-family: 'Helvetica Neue';
    src: url('./assets/HelveticaNeue.woff2') format('woff2'),
        url('./assets/HelveticaNeue.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


:root {
  --main-font : "Helvetica Neue", sans-serif; 
}

body{
  font-family: "Helvetica Neue", sans-serif;
}