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

:root{
    /* Default */
    --color-primary: 135 51 255; /* #8733FF */

    /* Light Shades (90 lightest light -> 10 darkest light) */
    --color-primary-light90: 243 235 255; /* #F3EBFF */
    --color-primary-light80: 231 214 255; /* #E7D6FF */
    --color-primary-light70: 219 194 255; /* #DBC2FF */
    --color-primary-light60: 207 173 255; /* #CFADFF */
    --color-primary-light50: 195 153 255; /* #C399FF */
    --color-primary-light40: 183 133 255; /* #B785FF */
    --color-primary-light30: 171 112 255; /* #AB70FF */
    --color-primary-light20: 159 92 255; /* #9F5CFF */
    --color-primary-light10: 147 71 255; /* #9347FF */

    /* Dark Shades (10 lightest dark -> 90 darkest dark) */
    --color-primary-dark10: 122 46 230; /* #7A2EE6 */
    --color-primary-dark20: 108 41 204; /* #6C29CC */
    --color-primary-dark30: 95 36 179; /* #5F24B3 */
    --color-primary-dark40: 81 31 153; /* #511F99 */
    --color-primary-dark50: 68 26 128; /* #441A80 */
    --color-primary-dark60: 54 20 102; /* #361466 */
    --color-primary-dark70: 40 15 76; /* #280F4C */
    --color-primary-dark80: 27 10 51; /* #1B0A33 */
    --color-primary-dark90: 13 5 25; /* #0D0519 */
}/* 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: 'Montserrat';
    src: url(../../frontend/FlavourWarehouse/LostMary/en_GB/fonts/Montserrat/Montserrat-VariableFont_wght.ttf) format('truetype');
    font-weight: 100 900;
    font-style: normal;
    display: swap;
}
@font-face{
    font-family: 'Montserrat';
    src: url(../../frontend/FlavourWarehouse/LostMary/en_GB/fonts/Montserrat/Montserrat-Italic-VariableFont_wght.ttf) format('truetype');
    font-weight: 100 900;
    font-style: italic;
    display: swap;
}
html{
    font-family: 'Montserrat', system-ui, sans-serif;
}