/* REGULAR */
@font-face {
    font-family: 'Giga Sans';
    src: url('../../assets/fonts/GigaSans-Regular.otf') format('opentype');
}

/*EXTRA LIGHT */
@font-face {
    font-family: 'Giga Sans Extra Light';
    src: url('../../assets/fonts/GigaSans-ExtraLight.otf') format('opentype');
}

/*THIN */
@font-face {
    font-family: 'Giga Sans Thin';
    src: url('../../assets/fonts/GigaSans-Thin.otf') format('opentype');
}

/*MEDIUM */
@font-face {
    font-family: 'Giga Sans Medium';
    src: url('../../assets/fonts/GigaSans-Medium.otf') format('opentype');
}

/*BOLD */
@font-face {
    font-family: 'Giga Sans Bold';
    src: url('../../assets/fonts/GigaSans-Bold.otf') format('opentype');
}

/* EXTRA BOLD */
@font-face {
    font-family: 'Giga Sans Extra Bold';
    src: url('../../assets/fonts/GigaSans-ExtraBold.otf') format('opentype');
}

/* REGULAR */
@font-face {
    font-family: 'SF Pro Display';
    src: url('../../assets/fonts/SFPRODISPLAYREGULAR.OTF') format('opentype');
}

/* MEDUIM */
@font-face {
    font-family: 'SF Pro Display Medium';
    src: url('../../assets/fonts/SFPRODISPLAYMEDIUM.OTF') format('opentype');
}

/* BOLD */
@font-face {
    font-family: 'SF Pro Display Bold';
    src: url('../../assets/fonts/SFPRODISPLAYBOLD.OTF') format('opentype');
}

.poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}