:root {
    --bg-dark: #121212;
    --bg-darker: #0a0a0a;
    --text-light: #ffffff;
    --text-gray: #a0a0a0;
    --eastern-blue: #1e81b0;
    --green-white: #eeeee4;
    --burnt-sienna: #e28743;
    --tacao: #eab676;
    --glacier: #76b5c5;
    --eternity: #21130d;
    --burnt-umber: #873e23;
    --powder-blue: #abdbe3;
    --catalina-blue: #063970;
    --chathams-blue: #154c79;

    /* Font ailesi değişkenleri */
    --font-primary: "UniversTE20-Thin", "Segoe UI", sans-serif;
    --font-secondary: "UniversTE40L", "Segoe UI", sans-serif;
}

/* Font yüzü tanımlamaları */
@font-face {
    font-family: "UniversTE20-Thin";
    src: url("https://db.onlinewebfonts.com/t/1c6eb2519248229e6860a41985bf1827.eot");
    src: url("https://db.onlinewebfonts.com/t/1c6eb2519248229e6860a41985bf1827.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/1c6eb2519248229e6860a41985bf1827.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/1c6eb2519248229e6860a41985bf1827.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/1c6eb2519248229e6860a41985bf1827.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/1c6eb2519248229e6860a41985bf1827.svg#UniversTE20-Thin")format("svg");
}
