@font-face {
    font-family: "Google Sans";
    font-style: normal;
    font-weight: 400;
    src: url("https://assets.pricefox.gr/GoogleSans_17pt-Regular.ttf")
    format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Google Sans";
    font-style: normal;
    font-weight: 700;
    src: url("https://assets.pricefox.gr/GoogleSans_17pt-Bold.ttf")
    format("truetype");
    font-display: swap;
}

:root {
    font-family: Google Sans, sans-serif;
    font-size: 14px;
    color: oklch(37.62% 0.081 235.79);

    --color-primary: #f26e22;
    --color-secondary: #00385B;
    --font-color-content: #02314c;

    --font-content: 18px;
    --font-content-header: 15px;
    --font-content-title-h2: 28px;
    --font-content-title-h3: 22px;
    --flow-space: 1em;

    --font-content-mobile: 16px;
    --font-title-h1-mobile: 24px;
    --font-title-h2-mobile: 22px;
    --font-title-h3-mobile: 20px;
}
