/*!
Theme Name: growthv1
Author: GrowthViral
Version: 1.0.1
*/



/* --------- Fonts --------- */
@font-face {
    font-family: 'TTNorms';
    src: url('assets/fonts/tt-norms-fonts/ttnorms-regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TTNorms';
    src: url('assets/fonts/tt-norms-fonts/ttnorms-medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TTNorms';
    src: url('assets/fonts/tt-norms-fonts/ttnorms-bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'EuclidCircularA';
    src: url('assets/fonts/euclid/EuclidCircularA-Regular.ttf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'EuclidCircularA';
    src: url('assets/fonts/euclid/EuclidCircularA-Medium.ttf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'EuclidCircularA';
    src: url('assets/fonts/euclid/EuclidCircularA-Semibold.ttf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'EuclidCircularA';
    src: url('assets/fonts/euclid/EuclidCircularA-Bold.ttf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Manrope */

@font-face {
    font-family: 'Manrope';
    src: url('assets/fonts/manrope/Manrope-ExtraLight.ttf') format('opentype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('assets/fonts/manrope/Manrope-Light.ttf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('assets/fonts/manrope/Manrope-Regular.ttf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('assets/fonts/manrope/Manrope-Medium.ttf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('assets/fonts/manrope/Manrope-SemiBold.ttf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('assets/fonts/manrope/Manrope-Bold.ttf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('assets/fonts/manrope/Manrope-ExtraBold.ttf') format('opentype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}