:root {

    --spacer: 4px;

    --font-family: 'EB Garamond', serif;
    --font-weight: 400;
    --font-size: 16px;
    --line-height: 16px;

    --title-big-font-family: 'EB Garamond', serif;
    --title-big-font-weight: 500;
    --title-big-font-size: 40px;
    --title-big-line-height: 40px;

    --title-font-family: 'EB Garamond', serif;
    --title-font-weight: 400;
    --title-font-size: 32px;
    --title-line-height: 32px;

    --subtitle-font-family: 'EB Garamond', serif;
    --subtitle-font-weight: 400;
    --subtitle-font-size: 24px;
    --subtitle-line-height: 24px;

    --text-font-family: 'SF-Thonburi';
    --text-font-weight: 300;
    --text-font-size: 16px;
    --text-line-height: 20px;

    --text-small-font-family: 'EB Garamond', serif;
    --text-small-font-weight: 300;
    --text-small-font-size: 12px;
    --text-small-line-height: 12px;

    --button-font-weight: 400;
    --button-font-size: 24px;
    --button-line-height: 24px;
    --button-border-radius: 5px;
    --button-border-width: 2px;

    --badge-font-weight: 400;
    --badge-font-size: 12px;
    --badge-line-height: 12px;
    --badge-border-radius: 5px;
    --badge-border-width: 1px;

    --header-height: 80px;

    --default-image: url('https://www.gelateriaartigianaledinembro.it/assets/0.0/images/Default.png');

}