/* Lucida Sans Font Declarations */

@font-face {
    font-family: 'Lucida Sans';
    src: url('../fonts/lucida-sans/LucidaSans-Regular.TTF') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lucida Sans';
    src: url('../fonts/lucida-sans/LucidaSans-DemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lucida Sans';
    src: url('../fonts/lucida-sans/LucidaSans-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato/Lato-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato/Lato-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
/* 
body, 
h1, h2, h3, h4, h5, h6, 
p, span, a, button, input, textarea, select {
    font-family: 'Lucida Sans', lucida-sans, sans-serif !important;
}  */