@charset "utf-8";

@font-face {
    font-family: 'Bowlby One SC';
    src: url('font/BowlbyOneSC-Regular.woff2') format('woff2'),
        url('font/BowlbyOneSC-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Corsa Grotesk Light';
    src: url('font/CorsaGrotesk-Light.woff2') format('woff2'),
        url('font/CorsaGrotesk-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Corsa Grotesk Bold';
    src: url('font/CorsaGrotesk-Bold.woff2') format('woff2'),
        url('font/CorsaGrotesk-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Corsa Grotesk XBold';
    src: url('font/CorsaGrotesk-XBold.woff2') format('woff2'),
        url('font/CorsaGrotesk-XBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Candara Bold';
    src: url('font/Candara-Bold.woff2') format('woff2'),
        url('font/Candara-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Candara';
    src: url('font/Candara.woff2') format('woff2'),
        url('font/Candara.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gadugi Bold';
    src: url('font/Gadugi-Bold.woff2') format('woff2'),
        url('font/Gadugi-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gadugi';
    src: url('font/Gadugi.woff2') format('woff2'),
        url('font/Gadugi.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato Black';
    src: url('font/Lato-Black.woff2') format('woff2'),
        url('font/Lato-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Lato Bold';
    src: url('font/Lato-Bold.woff2') format('woff2'),
        url('font/Lato-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Lato LightItali';
    src: url('font/Lato-LightItalic.woff2') format('woff2'),
        url('font/Lato-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Lato Italic';
    src: url('font/Lato-Italic.woff2') format('woff2'),
        url('font/Lato-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Lato Regular';
    src: url('font/Lato-Regular.woff2') format('woff2'),
        url('font/Lato-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Light';
    src: url('font/Roboto-Light.woff2') format('woff2'),
        url('font/Roboto-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Bold';
    src: url('font/Roboto-Bold.woff2') format('woff2'),
        url('font/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Medium';
    src: url('font/Roboto-Medium.woff2') format('woff2'),
        url('font/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto LightItalic';
    src: url('font/Roboto-LightItalic.woff2') format('woff2'),
        url('font/Roboto-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}


.e_roboto_lightItalic {font-family: "Roboto LightItalic";}
.e_roboto_medium {font-family: "Roboto Medium";}
.e_roboto_bold {font-family: "Roboto Bold";}
.e_roboto_light {font-family: "Roboto Light";}
.e_lato_regular {font-family: "Lato Regular";}
.e_lato_italic {font-family: "Lato Italic";}
.e_lato_lightitali {font-family: "Lato LightItali";}
.e_lato_bold {font-family: "Lato Bold";}
.e_lato_black {font-family: "Lato Black";}
.e_gadugi {font-family: "Gadugi";}
.e_gadugi_bold {font-family: "Gadugi Bold";}
.e_candara {font-family: "Candara";}
.e_candara_bold {font-family: "Candara Bold";}
.e_Corsa_grotesk_xbold {font-family: "Corsa Grotesk XBold";}
.e_Corsa_grotesk_bold {font-family: "Corsa Grotesk Bold";}
.e_Corsa_grotesk_light {font-family: "Corsa Grotesk Light";}
.e_bowlby_one_sc {font-family: "Bowlby One SC";}


