


/**/
/* Fonts */
/**/

@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/BebasNeue-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-VariableFont_wdth,wght.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}



/**/
/* Variables */
/**/

:root {
    /*--clr-background: #EFEDEB ;*/ /*#0D0D0D;*/
    --clr-background: #0D0D0D;
    --clr-nav: #08140B;
    --clr-card: #141715;
    --clr-card-border: #31302A;
    --clr-highlight: #CA9A2F;
    --clr-highlight-hover: #E2AC36;
    --clr-primary: #192F1E;
    --clr-primary-border: #2B4727;
    --clr-primary-bg: #0D1910;
    --clr-mute: rgba(170,170,170);


    --ff-title: 'Bebas Neue', sans-serif;
    --ff-sans-serif: 'Roboto', sans-serif;

    --min-padding: 1.5em;
    --desktop-max-width: 80rem;
}
