/* <weight>: Use a value from 100 to 900
[Thin = 100, ExtraLight = 200, Light = 300, Regular = 400, Medium = 500, Bold = 700]
 <uniquifier>: Use a unique and descriptive class name */
 
@font-face {
 font-family: 'Inter';
 font-stretch: normal;
 font-weight: 100 900;
 font-display: swap;
 src: url(Inter-VariableFont_slnt,wght.woff2) format('woff2');
}

@font-face {
 font-family: 'Cardo';
 font-style: normal;
 font-weight: 400;
 font-display: swap;
 src: url(cardo_normal_400.woff2) format('woff2');
}
@font-face {
 font-family: 'Cardo';
 font-style: normal;
 font-weight: 700;
 font-display: swap;
 src: url(cardo_normal_700.woff2) format('woff2');
}
@font-face {
 font-family: 'Cardo';
 font-style: italic;
 font-weight: 400;
 font-display: swap;
 src: url(cardo_italic_400.woff2) format('woff2');
}