/* REGULAR */
@font-face {
    font-family: 'Giga Sans';
    src: url('gigasans-regular.otf') format('opentype');
}

/*EXTRA LIGHT */
@font-face {
    font-family: 'Giga Sans Extra Light';
    src: url('gigasans-extralight.otf') format('opentype');
}

/*THIN */
@font-face {
    font-family: 'Giga Sans Thin';
    src: url('gigasans-thin.otf') format('opentype');
}

/*MEDIUM */
@font-face {
    font-family: 'Giga Sans Medium';
    src: url('gigasans-medium.otf') format('opentype');
}

/*BOLD */
@font-face {
    font-family: 'Giga Sans Bold';
    src: url('gigasans-bold.otf') format('opentype');
}

/* EXTRA BOLD */
@font-face {
    font-family: 'Giga Sans Extra Bold';
    src: url('gigasans-extrabold.otf') format('opentype');
}

/* REGULAR */
@font-face {
    font-family: 'SF Pro Display';
    src: url('sfprodisplayregular.otf') format('opentype');
}

/* MEDUIM */
@font-face {
    font-family: 'SF Pro Display Medium';
    src: url('sfprodisplaymedium.otf') format('opentype');
}

/* BOLD */
@font-face {
    font-family: 'SF Pro Display Bold';
    src: url('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;
}