/* GILROY FONT */
@font-face {
    font-family: Gilroy;
    font-weight: 100;
    font-style: normal;
    src: url(./fonts/gilroy/Gilroy-Thin.ttf);
}

@font-face {
    font-family: Gilroy;
    font-weight: 100;
    font-style: italic;
    src: url(./fonts/gilroy/Gilroy-ThinItalic.ttf);
}

@font-face {
    font-family: Gilroy;
    font-weight: 200;
    font-style: normal;
    src: url(./fonts/gilroy/Gilroy-UltraLight.ttf);
}

@font-face {
    font-family: Gilroy;
    font-weight: 200;
    font-style: italic;
    src: url(./fonts/gilroy/Gilroy-UltraLightItalic.ttf);
}

@font-face {
    font-family: Gilroy;
    font-weight: 300;
    font-style: normal;
    src: url(./fonts/gilroy/Gilroy-Light.ttf);
}

@font-face {
    font-family: Gilroy;
    font-weight: 300;
    font-style: italic;
    src: url(./fonts/gilroy/Gilroy-LightItalic.ttf);
}

@font-face {
    font-family: Gilroy;
    font-weight: 400;
    font-style: normal;
    src: url(./fonts/gilroy/Gilroy-Regular.ttf);
}

@font-face {
    font-family: Gilroy;
    font-weight: 400;
    font-style: italic;
    src: url(./fonts/gilroy/Gilroy-RegularItalic.ttf);
}

@font-face {
    font-family: Gilroy;
    font-weight: 500;
    font-style: normal;
    src: url(./fonts/gilroy/Gilroy-Medium.ttf);
}

@font-face {
    font-family: Gilroy;
    font-weight: 500;
    font-style: italic;
    src: url(./fonts/gilroy/Gilroy-MediumItalic.ttf);
}

@font-face {
    font-family: Gilroy;
    font-weight: 600;
    font-style: normal;
    src: url(./fonts/gilroy/Gilroy-SemiBold.ttf);
}

@font-face {
    font-family: Gilroy;
    font-weight: 600;
    font-style: italic;
    src: url(./fonts/gilroy/Gilroy-SemiBoldItalic.ttf);
}

@font-face {
    font-family: Gilroy;
    font-weight: 700;
    font-style: normal;
    src: url(./fonts/gilroy/Gilroy-Bold.ttf);
}

@font-face {
    font-family: Gilroy;
    font-weight: 700;
    font-style: italic;
    src: url(./fonts/gilroy/Gilroy-BoldItalic.ttf);
}

@font-face {
    font-family: Gilroy;
    font-weight: 800;
    font-style: normal;
    src: url(./fonts/gilroy/Gilroy-ExtraBold.ttf);
}

@font-face {
    font-family: Gilroy;
    font-weight: 800;
    font-style: italic;
    src: url(./fonts/gilroy/Gilroy-ExtraBoldItalic.ttf);
}

@font-face {
    font-family: Gilroy;
    font-weight: 900;
    font-style: normal;
    src: url(./fonts/gilroy/Gilroy-Black.ttf);
}

@font-face {
    font-family: Gilroy;
    font-weight: 900;
    font-style: italic;
    src: url(./fonts/gilroy/Gilroy-BlackItalic.ttf);
}

/* OPEN SANS FONT */
@font-face {
    font-family: OpenSans;
    font-weight: 300;
    font-style: normal;
    src: url(./fonts/opensans/OpenSans-Light.ttf);
}

@font-face {
    font-family: OpenSans;
    font-weight: 300;
    font-style: italic;
    src: url(./fonts/opensans/OpenSans-LightItalic.ttf);
}

@font-face {
    font-family: OpenSans;
    font-weight: 400;
    font-style: normal;
    src: url(./fonts/opensans/OpenSans-Regular.ttf);
}

@font-face {
    font-family: OpenSans;
    font-weight: 400;
    font-style: italic;
    src: url(./fonts/opensans/OpenSans-Italic.ttf);
}

@font-face {
    font-family: OpenSans;
    font-weight: 500;
    font-style: normal;
    src: url(./fonts/opensans/OpenSans-Medium.ttf);
}

@font-face {
    font-family: OpenSans;
    font-weight: 500;
    font-style: italic;
    src: url(./fonts/opensans/OpenSans-MediumItalic.ttf);
}

@font-face {
    font-family: OpenSans;
    font-weight: 600;
    font-style: normal;
    src: url(./fonts/opensans/OpenSans-SemiBold.ttf);
}

@font-face {
    font-family: OpenSans;
    font-weight: 600;
    font-style: italic;
    src: url(./fonts/opensans/OpenSans-SemiBoldItalic.ttf);
}

@font-face {
    font-family: OpenSans;
    font-weight: 700;
    font-style: normal;
    src: url(./fonts/opensans/OpenSans-Bold.ttf);
}

@font-face {
    font-family: OpenSans;
    font-weight: 700;
    font-style: italic;
    src: url(./fonts/opensans/OpenSans-BoldItalic.ttf);
}

@font-face {
    font-family: OpenSans;
    font-weight: 800;
    font-style: normal;
    src: url(./fonts/opensans/OpenSans-ExtraBold.ttf);
}

@font-face {
    font-family: OpenSans;
    font-weight: 800;
    font-style: italic;
    src: url(./fonts/opensans/OpenSans-ExtraBoldItalic.ttf);
}