/* ==========================================
   GROOVIFY FONTS
========================================== */


/* ==========================================
   INTER
========================================== */

@font-face {
    font-family: "Inter";
    src: url("/assets/fonts/Inter/Inter-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url("/assets/fonts/Inter/Inter-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url("/assets/fonts/Inter/Inter-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url("/assets/fonts/Inter/Inter-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


/* ==========================================
   MABRY PRO
========================================== */

@font-face {
    font-family: "MabryPro";
    src: url("/assets/fonts/MabryPro/MabryPro-Regular.ttf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "MabryPro";
    src: url("/assets/fonts/MabryPro/MabryPro-Medium.ttf") format("opentype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "MabryPro";
    src: url("/assets/fonts/MabryPro/MabryPro-Bold.ttf") format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "MabryPro";
    src: url("/assets/fonts/MabryPro/MabryPro-Black.ttf") format("opentype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}