@font-face {
font-family: 'Jost';
src: url('../fonts/Jost-Regular.ttf') format('truetype');
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Jost';
src: url('../fonts/Jost-Medium.ttf') format('truetype');
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Jost';
src: url('../fonts/Jost-Bold.ttf') format('truetype');
font-weight: 600;
font-style: normal;
font-display: swap;
}

:root {
--primary-color: #E6A817;
--secondary-color: #2B3D5B;
--second-blue: #15253F;
--white: #ffffff;
--normal-font-size: 2.8rem;
--heading-font-size: 4.0rem;
--button-font-size: 2.5rem;
--primary-font: 'Jost';
}