/*
Theme Name: Sherwood Store Theme
Theme URI: https://www.sherwood.store
Author: Marco Togni
Template: hello-elementor
Version: 1.0.0
*/


@font-face {
    font-family: 'Gotham';
    src: /*
url('fonts/GothamNarrow-Bold.woff2') format('woff2'),
        url('fonts/GothamNarrow-Bold.woff') format('woff'),
*/
        url('fonts/GothamBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: /*
url('fonts/GothamNarrow-BoldItalic.woff2') format('woff2'),
        url('fonts/GothamNarrow-BoldItalic.woff') format('woff'),
*/
        url('fonts/GothamBookItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham';
    src: /*
url('fonts/GothamNarrow-Light.woff2') format('woff2'),
        url('fonts/GothamNarrow-Light.woff') format('woff'),
*/
        url('fonts/GothamBook.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: /*
url('fonts/GothamNarrow-BookItalic.woff2') format('woff2'),
        url('fonts/GothamNarrow-BookItalic.woff') format('woff'),
*/
        url('fonts/GothamBookItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham';
    src: /*
url('fonts/GothamNarrow-Book.woff2') format('woff2'),
        url('fonts/GothamNarrow-Book.woff') format('woff'),
*/
        url('fonts/GothamBook.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: /*
url('fonts/GothamNarrow-LightItalic.woff2') format('woff2'),
        url('fonts/GothamNarrow-LightItalic.woff') format('woff'),
*/
        url('fonts/GothamLightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham';
    src: /*
url('fonts/GothamNarrow-Black.woff2') format('woff2'),
        url('fonts/GothamNarrow-Black.woff') format('woff'),
*/
        url('fonts/GothamMedium.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}