/*
Theme Name: NorskNett
Theme URI: https://norsknettcasinos.com/
Author: Nik
Description: norsknettcasinos.com
Version: 1.0
Text Domain: norsknett
*/

/* Local Roboto font family */
@font-face {
    font-family: 'RobotoLocal';
    src: url('/wp-content/themes/norsknett/assets/fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'RobotoLocal';
    src: url('/wp-content/themes/norsknett/assets/fonts/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'RobotoLocal';
    src: url('/wp-content/themes/norsknett/assets/fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Alias for old robotomedium name */
@font-face {
    font-family: 'robotomedium';
    src: url('/wp-content/themes/norsknett/assets/fonts/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}











/* Global typography override */
body,
button,
input,
select,
textarea {
    font-family: 'RobotoLocal', sans-serif !important;
}