@layer utilities {
    .Inter-thin {
        font-family: "Inter", sans-serif;
        font-weight: 100;
        font-style: normal;
    }

    .Inter-light {
        font-family: "Inter", sans-serif;
        font-weight: 300;
        font-style: normal;
    }

    .Inter-regular {
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-style: normal;
    }

    .Inter-medium {
        font-family: "Inter", sans-serif;
        font-weight: 500;
        font-style: normal;
    }

    .Inter-bold {
        font-family: "Inter", sans-serif;
        font-weight: 700;
        font-style: normal;
    }

}