@font-face {
    font-family: 'AlinaBold';
    src: url("../fonts/alina.dab636cde713.otf") format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} 
@font-face {
    font-family: 'Alina';
    src: url("../fonts/alina-medium.3386c5797e73.otf") format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.alina-bold {
    font-family: 'AlinaBold', serif;
}

/* Apply to body or specific elements */
body {
    font-family: 'Alina', serif;
}

html, body {
  overscroll-behavior: none;
  padding: 0;
    margin: 0;
}

:root {
    --home-bg : #1C45F5;
    --atelier-bg : #FFDB0F;
    --black-text : #000000;
    --white-text: #FFFFFF;
    --eu-bg : #C284EF;
    --venice-bg : #25541D;
    --restage-bg: #FF94FF;
    --gucci-bg: #9E9D9E;
    --gfsmith-bg: #FF4714;
}