@import url('https://fonts.googleapis.com/css2?family=Google+Sans+Flex:opsz,wght@6..144,1..1000&display=swap');

:root {
    /* Színek */
    --blue: #1C1C50;
    --green: #36CCA5;

    /* Betűk */
    --font: "Google Sans Flex", sans-serif;

    /* Méretek */
    --container-width-small: 1152px;
    --container-width-medium: 1248px;

    /* Lekerekítések */
    --radius-small: 12px;
    --radius-medium: 24px;
    --radius-large: 50px;

    /* Árnyékok */
    --shadow-card: 0 10px 30px rgba(0,0,0,0.1);

    /* Átmenetek */
    --transition-fast: 0.2s ease;
    --transition-normal: 0.4s ease;
}