@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: 'Dakota';
    src: url('/resources/css/fonts/Dakota.woff2') format('woff2'),
    url('/resources/css/fonts/Dakota.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MarketSans';
    src: url('/resources/css/fonts/MarketSans-SemiBold.woff2') format('woff2'),
    url('/resources/css/fonts/MarketSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MarketSans';
    src: url('/resources/css/fonts/MarketSans-Light.woff2') format('woff2'),
    url('/resources/css/fonts/MarketSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MarketSans';
    src: url('/resources/css/fonts/MarketSans-Medium.woff2') format('woff2'),
    url('/resources/css/fonts/MarketSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MarketSans';
    src: url('/resources/css/fonts/MarketSans-Bold.woff2') format('woff2'),
    url('/resources/css/fonts/MarketSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MarketSans';
    src: url('/resources/css/fonts/MarketSans-Thin.woff2') format('woff2'),
    url('/resources/css/fonts/MarketSans-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MarketSans';
    src: url('/resources/css/fonts/MarketSans-Regular.woff2') format('woff2'),
    url('/resources/css/fonts/MarketSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

