/* public/styles/fonts.css */
@font-face {
    font-family: 'Now Alt';
    src: url('/styles/fonts/now-alt/NowAlt-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

/* Add more font weights if you have them */
@font-face {
    font-family: 'Now Alt';
    src: url('/styles/fonts/now-alt/NowAlt-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Now Alt';
    src: url('/styles/fonts/now-alt/NowAlt-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

/* Font Gothanmrnd */

@font-face {
    font-family: 'GothamRnd';
    src: url('/styles/fonts/gothamrnd/gothamrnd_bold.otf') format('truetype');;
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Rounded';
    src: url('/styles/fonts/gothamrnd/gothamrnd_medium.otf') format('truetype');;
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Rounded';
    src: url('/styles/fonts/gothamrnd/gothamrnd_book.otf') format('truetype');;
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Rounded';
    src: url('/styles/fonts/gothamrnd/gothamrnd_light.otf') format('truetype');;
    font-weight: 300;
    font-style: normal;
}

/* Italic Bold */
@font-face {
    font-family: 'Gotham Rounded';
    src: url('/styles/fonts/gothamrnd/gothamrnd_bolditalic.otf') format('truetype');;
    font-weight: 700;
    font-style: italic;
}

/* Italic Medium */
@font-face {
    font-family: 'Gotham Rounded';
    src: url('/styles/fonts/gothamrnd/gothamrnd_mediumitalic.otf') format('truetype');;
    font-weight: 500;
    font-style: italic;
}

/* Italic Book */
@font-face {
    font-family: 'Gotham Rounded';
    src: url('/styles/fonts/gothamrnd/gothamrnd_bookitalic.otf') format('truetype');;
    font-weight: 400;
    font-style: italic;
}

/* Italic Light */
@font-face {
    font-family: 'Gotham Rounded';
    src: url('/styles/fonts/gothamrnd/gothamrnd_lightitalic.otf') format('truetype');;
    font-weight: 300;
    font-style: italic;
}