@font-face {
    font-family : Material Icons;
    font-style  : normal;
    font-weight : 400;
    src         : url('../fonts/material/material.eot');
    src         : local("Material Icons"), local("MaterialIcons-Regular"), url('../fonts/material/material.woff2') format("woff2"), url('../fonts/material/material.woff') format("woff"), url('../fonts/material/material.ttf') format("truetype");
}

.material-icons {
    font-family                   : Material Icons;
    font-weight                   : 400;
    font-style                    : normal;
    font-size                     : 24px;
    display                       : inline-block;
    vertical-align                : middle;
    width                         : 1em;
    height                        : 1em;
    line-height                   : 1;
    text-transform                : none;
    letter-spacing                : normal;
    word-wrap                     : normal;
    white-space                   : nowrap;
    direction                     : ltr;
    -webkit-font-smoothing        : antialiased;
    text-rendering                : optimizeLegibility;
    -moz-osx-font-smoothing       : grayscale;
    -webkit-font-feature-settings : "liga";
    font-feature-settings         : "liga"
}

/*
--------------------------------------
Custom fonts
--------------------------------------
*/

@font-face {
    font-family: 'Nexa';
    src: url('../fonts/Nexa/NexaBold.woff2') format('woff2'),
    url('../fonts/Nexa/NexaBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa';
    src: url('../fonts/Nexa/NexaLight.woff2') format('woff2'),
    url('../fonts/Nexa/NexaLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lovelo Line';
    src: url('../fonts/Lovelo/LoveloLineBold.woff2') format('woff2'),
    url('../fonts/Lovelo/LoveloLineBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lovelo Line';
    src: url('../fonts/Lovelo/LoveloLineLight.woff2') format('woff2'),
    url('../fonts/Lovelo/LoveloLineLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lovelo';
    src: url('../fonts/Lovelo/LoveloBlack.woff2') format('woff2'),
    url('../fonts/Lovelo/LoveloBlack.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TenorSans';
    src: url('../fonts/TenorSans/tenorsans-regular-webfont.woff2') format('woff2'),
    url('../fonts/TenorSans/tenorsans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/*@font-face {
    font-family: 'Didot';
    src: url('../fonts/Didot/Didot-Bold-Italic.woff2') format('woff2'),
    url('../fonts/Didot/Didot-Bold-Italic.woff') format('woff'),
    url('../fonts/Didot/Didot-Bold-Italic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;

}*/

@font-face {
    font-family: 'Didot';
    src: local('Didot Italic'), local('Didot-Italic'),
    url('../fonts/Didot/Didot-Italic.woff2') format('woff2'),
    url('../fonts/Didot/Didot-Italic.woff') format('woff'),
    url('../fonts/Didot/Didot-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Didot';
    src: local('Didot Regular'), local('Didot-Regular'),
    url('../fonts/Didot/Didot.woff2') format('woff2'),
    url('../fonts/Didot/Didot.woff') format('woff'),
    url('../fonts/Didot/Didot.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Didot';
    src: local('Didot Bold'), local('Didot-Bold'),
    url('../fonts/Didot/Didot-Bold.woff2') format('woff2'),
    url('../fonts/Didot/Didot-Bold.woff') format('woff'),
    url('../fonts/Didot/Didot-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}