@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');

/*!
 * Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
:root, :host {
    --fa-style-family-classic: 'Font Awesome 6 Free';
    --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free';
    --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free'; }

@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../fonts/FontAwesome/webfonts/fa-regular-400.woff2") format("woff2"), url("../fonts/FontAwesome/webfonts/fa-regular-400.ttf") format("truetype"); }

@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("../fonts/FontAwesome/webfonts/fa-solid-900.woff2") format("woff2"), url("../fonts/FontAwesome/webfonts/fa-solid-900.ttf") format("truetype"); }

.far,
.fa-regular {
    font-weight: 400; }

.fas,
.fa-solid {
    font-weight: 900; }


.lato-light {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.lato-regular {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.lato-bold {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
}

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

@font-face {
    font-family: 'Quicksand';
    src: url('../fonts/Quicksand/Quicksand-Medium.woff2') format('woff2'),
    url('../fonts/Quicksand/Quicksand-Medium.woff') format('woff'),
    url('../fonts/Quicksand/Quicksand-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quicksand';
    src: url('../fonts/Quicksand/Quicksand-SemiBold.woff2') format('woff2'),
    url('../fonts/Quicksand/Quicksand-SemiBold.woff') format('woff'),
    url('../fonts/Quicksand/Quicksand-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
