﻿/* ---------- Silka ---------- */

/* ExtraLight (200) */
@font-face {
    font-family: "Silka";
    src: url("../fonts/Silka-ExtraLight.woff2") format("woff2");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

/* Light (300) */
@font-face {
    font-family: "Silka";
    src: url("../fonts/Silka-Light.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Regular (400) */
@font-face {
    font-family: "Silka";
    src: url("../fonts/Silka-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Bold (700) */
@font-face {
    font-family: "Silka";
    src: url("../fonts/Silka-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Prevent faux styles if you only ship normal style */
.silka, .font-silka {
    font-family: "Silka", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    font-synthesis: weight style;
}

/* -------- StyreneA -------- */

/* Regular (400) */
@font-face {
    font-family: "StyreneA";
    src: url("../fonts/StyreneA-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Bold (700) */
@font-face {
    font-family: "StyreneA";
    src: url("../fonts/StyreneA-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Prevent faux styles if you only ship normal style */
.styrenea, .font-styrenea {
    font-family: "StyreneA", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    font-synthesis: weight style;
}
