/* 400 and 700 map to Medium deliberately: correcting them to Regular/Bold thinned ADticket's shop once (AVSUP-936) */
:root {
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-semi-bold: 500;
    --font-weight-bold: 700;
    --font-family-sans-serif: 'Roboto', Arial, sans-serif;
}

@font-face {
    font-family: 'Roboto';
    src: url('https://cdn.reservix.com/webshop/theme/default/fonts/Roboto/Roboto-Light.woff2') format('woff2'),
    url('https://cdn.reservix.com/webshop/theme/default/fonts/Roboto/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('https://cdn.reservix.com/webshop/theme/default/fonts/Roboto/Roboto-Medium.woff2') format('woff2'),
    url('https://cdn.reservix.com/webshop/theme/default/fonts/Roboto/Roboto-Medium.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('https://cdn.reservix.com/webshop/theme/default/fonts/Roboto/Roboto-Medium.woff2') format('woff2'),
    url('https://cdn.reservix.com/webshop/theme/default/fonts/Roboto/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('https://cdn.reservix.com/webshop/theme/default/fonts/Roboto/Roboto-Medium.woff2') format('woff2'),
    url('https://cdn.reservix.com/webshop/theme/default/fonts/Roboto/Roboto-Medium.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('https://cdn.reservix.com/webshop/theme/default/fonts/Roboto/Roboto-LightItalic.woff2') format('woff2'),
    url('https://cdn.reservix.com/webshop/theme/default/fonts/Roboto/Roboto-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('https://cdn.reservix.com/webshop/theme/default/fonts/Roboto/Roboto-MediumItalic.woff2') format('woff2'),
    url('https://cdn.reservix.com/webshop/theme/default/fonts/Roboto/Roboto-MediumItalic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('https://cdn.reservix.com/webshop/theme/default/fonts/Roboto/Roboto-MediumItalic.woff2') format('woff2'),
    url('https://cdn.reservix.com/webshop/theme/default/fonts/Roboto/Roboto-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('https://cdn.reservix.com/webshop/theme/default/fonts/Roboto/Roboto-MediumItalic.woff2') format('woff2'),
    url('https://cdn.reservix.com/webshop/theme/default/fonts/Roboto/Roboto-MediumItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}
