/*
 * Rivontiq self-hosted fonts.
 *
 * Google Fonts links are intentionally not used here. The site loads only the
 * local .woff2 files from /wwwroot/fonts to reduce third-party requests and
 * keep font loading under the rivontiq.com domain.
 */

@font-face {
    font-family: "Rajdhani";
    src: url("/fonts/rajdhani/rajdhani-v17-latin-regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Rajdhani";
    src: url("/fonts/rajdhani/rajdhani-v17-latin-600.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Rajdhani";
    src: url("/fonts/rajdhani/rajdhani-v17-latin-700.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Orbitron";
    src: url("/fonts/orbitron/orbitron-v35-latin-700.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Orbitron";
    src: url("/fonts/orbitron/orbitron-v35-latin-800.woff2") format("woff2");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Playfair Display";
    src: url("/fonts/playfair-display/playfair-display-v40-latin-700.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Playfair Display";
    src: url("/fonts/playfair-display/playfair-display-v40-latin-900.woff2") format("woff2");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
