/* @font-face {
    font-family: 'Togo regular';
    font-style: normal;
    font-weight: normal;
    src: local('Togo regular'), url('../fonts/poppins/Poppins-Regular.woff') format('woff');
}


@font-face {
    font-family: 'Poppins Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins Italic'), url('../fonts/poppins/Poppins-Italic.woff') format('woff');
}


@font-face {
    font-family: 'Poppins Thin';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins Thin'), url('../fonts/poppins/Poppins-Thin.woff') format('woff');
}


@font-face {
    font-family: 'Poppins Thin Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins Thin Italic'), url('../fonts/poppins/Poppins-ThinItalic.woff') format('woff');
}


@font-face {
    font-family: 'Poppins ExtraLight';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins ExtraLight'), url('../fonts/poppins/Poppins-ExtraLight.woff') format('woff');
}


@font-face {
    font-family: 'Poppins ExtraLight Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins ExtraLight Italic'), url('../fonts/poppins/Poppins-ExtraLightItalic.woff') format('woff');
}


@font-face {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins Light'), url('../fonts/poppins/Poppins-Light.woff') format('woff');
}


@font-face {
    font-family: 'Poppins Light Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins Light Italic'), url('../fonts/poppins/Poppins-LightItalic.woff') format('woff');
}


@font-face {
    font-family: 'Poppins Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins Medium'), url('../fonts/poppins/Poppins-Medium.woff') format('woff');
}


@font-face {
    font-family: 'Poppins Medium Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins Medium Italic'), url('../fonts/poppins/Poppins-MediumItalic.woff') format('woff');
}


@font-face {
    font-family: 'Togo regular';
    font-style: normal;
    font-weight: normal;
    src: local('Togo regular'), url('../fonts/poppins/Poppins-SemiBold.woff') format('woff');
}


@font-face {
    font-family: 'Togo regular Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Togo regular Italic'), url('../fonts/poppins/Poppins-SemiBoldItalic.woff') format('woff');
}


@font-face {
    font-family: 'Togo Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Togo Bold'), url('../fonts/poppins/Poppins-Bold.woff') format('woff');
}


@font-face {
    font-family: 'Togo Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Togo Bold Italic'), url('../fonts/poppins/Poppins-BoldItalic.woff') format('woff');
}


@font-face {
    font-family: 'Poppins ExtraBold';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins ExtraBold'), url('../fonts/poppins/Poppins-ExtraBold.woff') format('woff');
}


@font-face {
    font-family: 'Poppins ExtraBold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins ExtraBold Italic'), url('../fonts/poppins/Poppins-ExtraBoldItalic.woff') format('woff');
}


@font-face {
    font-family: 'Poppins Black';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins Black'), url('../fonts/poppins/Poppins-Black.woff') format('woff');
}


@font-face {
    font-family: 'Poppins Black Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins Black Italic'), url('../fonts/poppins/Poppins-BlackItalic.woff') format('woff');
} */


:root {
    --main-font: Togo regular;
}

* {
    font-family: var(--main-font);
}



.togo_regular_font {
    font-family: Togo regular;
}

.togo_bold_font {
    font-family: Togo Bold;
}

.togo_semibold_font {
    font-family: Togo regular;
}

.togo_semibold_italic_font {
    font-family: Togo SemiBold Italic;
}

.togo_thin_font {
    font-family: Togo Thin;
}

.togo_extra_light_font {
    font-family: Togo ExtraLight;
}

.togo_light_font {
    font-family: Togo Light;
}

.togo_medium_font {
    font-family: Togo Medium;
}