/* https://docs.hyva.io/hyva-themes/working-with-tailwindcss/sharing-common-css-between-themes.html */

:root{
    /* Default */
    --color-primary: 160 21 176; /* #A015B0 */

    /* Light Shades (90 lightest light -> 10 darkest light) */
    --color-primary-light90: 246 232 247; /* #F6E8F7 */
    --color-primary-light80: 236 208 239; /* #ECD0EF */
    --color-primary-light70: 227 185 231; /* #E3B9E7 */
    --color-primary-light60: 217 161 223; /* #D9A1DF */
    --color-primary-light50: 208 138 216; /* #D08AD8 */
    --color-primary-light40: 198 115 208; /* #C673D0 */
    --color-primary-light30: 189 91 200; /* #BD5BC8 */
    --color-primary-light20: 179 68 192; /* #B344C0 */
    --color-primary-light10: 170 44 184; /* #AA2CB8 */

    /* Dark Shades (10 lightest dark -> 90 darkest dark) */
    --color-primary-dark10: 144 19 158; /* #90139E */
    --color-primary-dark20: 128 17 141; /* #80118D */
    --color-primary-dark30: 112 15 123; /* #700F7B */
    --color-primary-dark40: 96 13 106; /* #600D6A */
    --color-primary-dark50: 80 11 88; /* #500B58 */
    --color-primary-dark60: 64 8 70; /* #400846 */
    --color-primary-dark70: 48 6 53; /* #300635 */
    --color-primary-dark80: 32 4 35; /* #200423 */
    --color-primary-dark90: 16 2 18; /* #100212 */
}/* https://docs.hyva.io/hyva-themes/working-with-tailwindcss/sharing-common-css-between-themes.html */

:root{
    /* Footer  */
    --color-footer-primary: rgb(var(--color-primary-dark30) / 1);
    --color-footer-secondary: rgb(var(--color-primary-dark80) / 1);
}@font-face{
    font-family: 'Inter';
    src: url(../../frontend/FlavourWarehouse/VampireVape/en_GB/fonts/Inter/Inter-VariableFont_slnt,wght.ttf) format('truetype');
    font-weight: 100 900;
    font-style: normal;
    display: swap;
}
@font-face{
    font-family: 'Inter';
    src: url(../../frontend/FlavourWarehouse/VampireVape/en_GB/fonts/Inter/Inter-Italic-VariableFont_opsz\,wght.ttf) format('truetype');
    font-weight: 100 900;
    font-style: italic;
    display: swap;
}
html{
    font-family: 'Inter', system-ui, sans-serif;
}