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

:root{
    /* Default */
    --color-primary: 144 199 67; /* #90C743 */

    /* Light Shades (90 lightest light -> 10 darkest light) */
    --color-primary-light90: 244 249 236; /* #F4F9EC */
    --color-primary-light80: 233 244 217; /* #E9F4D9 */
    --color-primary-light70: 222 238 199; /* #DEEEC7 */
    --color-primary-light60: 211 233 180; /* #D3E9B4 */
    --color-primary-light50: 200 227 161; /* #C8E3A1 */
    --color-primary-light40: 188 221 142; /* #BCDD8E */
    --color-primary-light30: 177 216 123; /* #B1D87B */
    --color-primary-light20: 166 210 105; /* #A6D269 */
    --color-primary-light10: 155 205 86; /* #9BCD56 */

    /* Dark Shades (10 lightest dark -> 90 darkest dark) */
    --color-primary-dark10: 130 179 60; /* #82B33C */
    --color-primary-dark20: 115 159 54; /* #739F36 */
    --color-primary-dark30: 101 139 47; /* #658B2F */
    --color-primary-dark40: 86 119 40; /* #567728 */
    --color-primary-dark50: 72 100 34; /* #486422 */
    --color-primary-dark60: 58 80 27; /* #3A501B */
    --color-primary-dark70: 43 60 20; /* #2B3C14 */
    --color-primary-dark80: 29 40 13; /* #1D280D */
    --color-primary-dark90: 14 20 7; /* #0E1407 */
}/* 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/PremierVaping/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/PremierVaping/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;
}