/* Font Face Declarations */

/* Inter Font Family */
@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Playfair Display Font Family */
@font-face {
    font-family: "Playfair Display";
    src: url("../fonts/PlayfairDisplay.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
