@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('../webfonts/Roboto-Regular.ttf') format('ttf');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../webfonts/Roboto-Medium.ttf') format('ttf');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../webfonts/Roboto-Bold.ttf') format('ttf');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../webfonts/Roboto-Black.ttf') format('ttf');
}

@font-face {
    font-family: 'OpenSans-Regular';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('../webfonts/OpenSans-Regular.ttf') format('ttf');
}

@font-face {
    font-family: 'OpenSans-Medium';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../webfonts/OpenSans-Medium.ttf') format('ttf');
}

@font-face {
    font-family: 'OpenSans-SemiBold';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../webfonts/OpenSans-SemiBold.ttf') format('ttf');
}

@font-face {
    font-family: 'OpenSans-Bold';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../webfonts/OpenSans-Bold.ttf') format('ttf');
}

@font-face {
    font-family: 'OpenSans-ExtraBold';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../webfonts/OpenSans-ExtraBold.ttf') format('ttf');
}