/* RWC Web Fonts */
@font-face {
    font-family: "RWC Regular";
    src: url("./assets/fonts/RWC Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "RWC Bold";
    src: url("./assets/fonts/RWC Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* DM Sans Font */
@font-face {
    font-family: "DM Sans";
    src: url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "DM Sans";
    src: url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@500&display=swap");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "DM Sans";
    src: url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@700&display=swap");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
