/*
Theme Name: Naz Rahimi
Author: Joey Vongvilaysone
Author URI: https://projectvongvilaysone.com
Text Domain: nr
Description: Custom Theme for Naz Rahimi
Version: 1.0.1
*/

@font-face {
    font-family: 'Neue Haas Grotesk';
    src: url('assets/fonts/NeuehaasMedium.otf');
    font-weight: 500;
}

@font-face {
    font-family: 'Neue Haas Grotesk';
    src: url('assets/fonts/NeuehaasLight.otf');
    font-weight: 300;
}

@font-face {
    font-family: 'Neue Haas Grotesk';
    src: url('assets/fonts/NeuehaasRoman.otf');
    font-weight: 400;
}


body {
    color: var(--_text);
    overflow-x: hidden;
   /*font-family: 'Neue Haas Grotesk', sans-serif;*/
   font-family: 'Inter', sans-serif;

}

