@font-face {
    font-family: 'Dosis-ExtraBold';
    src: url('Dosis-ExtraBold.woff2') format('woff2'), url('Dosis-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dosis-Bold';
    src: url('Dosis-Bold.woff2') format('woff2'), url('Dosis-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dosis-ExtraLight';
    src: url('Dosis-ExtraLight.woff2') format('woff2'), url('Dosis-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dosis-Light';
    src: url('Dosis-Light.woff2') format('woff2'), url('Dosis-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dosis-Regular';
    src: url('Dosis-Regular.woff2') format('woff2'), url('Dosis-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dosis-SemiBold';
    src: url('Dosis-SemiBold.woff2') format('woff2'), url('Dosis-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dosis-Medium';
    src: url('Dosis-Medium.woff2') format('woff2'), url('Dosis-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Dosis-Medium';
}

p {
    font-family: 'Dosis-Regular';
}