:root {
    /* Animations */
    --animation-speed: 0.3s;
    --animation-speed-fast: 0.15s;
    --animation-timing: ease-in-out;

    /* Fonts */
    --font-sans: Poppins, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    /* --font-serif: ui-serif, Georgia, Cambria, 'Times New Roman', Times, serif */
    /* --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace */

    /* Gradients */
    --home-search-background: linear-gradient(45deg, #97407f 0%, #0e7c9c 100%);
    --home-search-text: white;
}


@font-face {
    font-family: "Poppins";
    src: url("/static/fonts/Poppins-Bold.ttf");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Poppins";
    src: url("/static/fonts/Poppins-Medium.ttf");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Poppins";
    src: url("/static/fonts/Poppins-Regular.ttf");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Rubik';
    src: url("/static/fonts/Rubik-Regular.ttf");
    font-weight: 400;
}

@font-face {
    font-family: 'Rubik';
    src: url("/static/fonts/Rubik-Medium.ttf");
    font-weight: 500;
}

.numbers {
    font-family: "Rubik", monospace;
}
