* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}


html {
    background-color: rgb(38, 38, 38);
}

/*
html {
    background-color: rgb(25, 25, 25);
}
*/

/* cormorant-garamond-300 - latin */
@font-face {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 300;
    src: url('./fonts/cormorant-garamond-v14-latin-300.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('./fonts/cormorant-garamond-v14-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('./fonts/cormorant-garamond-v14-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
         url('./fonts/cormorant-garamond-v14-latin-300.woff') format('woff'), /* Modern Browsers */
         url('./fonts/cormorant-garamond-v14-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
         url('./fonts/cormorant-garamond-v14-latin-300.svg#CormorantGaramond') format('svg'); /* Legacy iOS */
}

/* cormorant-garamond-regular - latin */
@font-face {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 4 00;
    src: url('./fonts/cormorant-garamond-v14-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('./fonts/cormorant-garamond-v14-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('./fonts/cormorant-garamond-v14-latin-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('./fonts/cormorant-garamond-v14-latin-regular.woff') format('woff'),
        /* Modern Browsers */
        url('./fonts/cormorant-garamond-v14-latin-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('./fonts/cormorant-garamond-v14-latin-regular.svg#CormorantGaramond') format('svg');
    /* Legacy iOS */
}



/* quicksand-regular - latin */
@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/quicksand-v28-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('./fonts/quicksand-v28-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('./fonts/quicksand-v28-latin-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('./fonts/quicksand-v28-latin-regular.woff') format('woff'),
        /* Modern Browsers */
        url('./fonts/quicksand-v28-latin-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('./fonts/quicksand-v28-latin-regular.svg#Quicksand') format('svg');
    /* Legacy iOS */
}


/* poppins-500 - latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    src: url('./fonts/poppins-v19-latin-500.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('./fonts/poppins-v19-latin-500.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('./fonts/poppins-v19-latin-500.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('./fonts/poppins-v19-latin-500.woff') format('woff'),
        /* Modern Browsers */
        url('./fonts/poppins-v19-latin-500.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('./fonts/poppins-v19-latin-500.svg#Poppins') format('svg');
    /* Legacy iOS */
}