/* Self-hosted Fonts for MOCHE Partilha Casa */

/* ========================================
   Space Mono
   ======================================== */

/* Space Mono - Regular (400) */
@font-face {
    font-family: 'Space Mono';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('./SpaceMono-Regular.woff2') format('woff2');
}

/* Space Mono - Bold (700) */
@font-face {
    font-family: 'Space Mono';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('./SpaceMono-Bold.woff2') format('woff2');
}

/* ========================================
   Space Grotesk
   ======================================== */

/* Space Grotesk - Light (300) */
@font-face {
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('./SpaceGrotesk-Light.woff2') format('woff2');
}

/* Space Grotesk - Regular (400) */
@font-face {
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('./SpaceGrotesk-Regular.woff2') format('woff2');
}

/* Space Grotesk - Medium (500) */
@font-face {
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('./SpaceGrotesk-Medium.woff2') format('woff2');
}

/* Space Grotesk - SemiBold (600) */
@font-face {
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('./SpaceGrotesk-SemiBold.woff2') format('woff2');
}

/* Space Grotesk - Bold (700) */
@font-face {
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('./SpaceGrotesk-Bold.woff2') format('woff2');
}

/* ========================================
   Cinderblock (Display Font)
   ======================================== */

/* Cinderblock - 50 (Light) */
@font-face {
    font-family: 'Cinderblock';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('./Cinderblock-50.woff2') format('woff2');
}

/* Cinderblock - 100 (Regular/Bold) */
@font-face {
    font-family: 'Cinderblock';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('./Cinderblock-100.woff2') format('woff2');
}

/* Cinderblock - 125 (Extra Bold) */
@font-face {
    font-family: 'Cinderblock';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('./Cinderblock-125.woff2') format('woff2');
}

