/* =========================
   SPACE GROTESK - 300 LIGHT
========================= */
@font-face {
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/Space_Grotesk/static/SpaceGrotesk-Light.ttf') format('truetype');
}

/* =========================
   SPACE GROTESK - 400 REGULAR
========================= */
@font-face {
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Space_Grotesk/static/SpaceGrotesk-Regular.ttf') format('truetype');
}

/* =========================
   SPACE GROTESK - 500 MEDIUM
========================= */
@font-face {
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/Space_Grotesk/static/SpaceGrotesk-Medium.ttf') format('truetype');
}

/* =========================
   SPACE GROTESK - 600 SEMIBOLD
========================= */
@font-face {
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/Space_Grotesk/static/SpaceGrotesk-SemiBold.ttf') format('truetype');
}

/* =========================
   SPACE GROTESK - 700 BOLD
========================= */
@font-face {
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/Space_Grotesk/static/SpaceGrotesk-Bold.ttf') format('truetype');
}

/* =========================
   MANROPE - 300 LIGHT
========================= */
@font-face {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/Manrope/static/Manrope-Light.ttf') format('truetype');
}

/* =========================
   MANROPE - 400 REGULAR
========================= */
@font-face {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Manrope/static/Manrope-Regular.ttf') format('truetype');
}

/* =========================
   MANROPE - 500 MEDIUM
========================= */
@font-face {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/Manrope/static/Manrope-Medium.ttf') format('truetype');
}

/* =========================
   MANROPE - 600 SEMIBOLD
========================= */
@font-face {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/Manrope/static/Manrope-SemiBold.ttf') format('truetype');
}

/* =========================
   MANROPE - 700 BOLD
========================= */
@font-face {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/Manrope/static/Manrope-Bold.ttf') format('truetype');
}
