:root {
    --font-family-body: 'Rubik', sans-serif;
    --font-family-head: 'Rubik', sans-serif;
}

@font-face {
    font-family: 'Rubik';
    src: url('rubik/Rubik-Italic.woff2') format('woff2'),
    url('rubik/Rubik-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('rubik/Rubik-Regular.woff2') format('woff2'),
    url('rubik/Rubik-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('rubik/Rubik-Bold.woff2') format('woff2'),
    url('rubik/Rubik-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

html,body {
    font-family: 'Rubik', sans-serif;
}

h1,h2,h3,h4 {
    font-weight:700;
    font-style:normal
}

h5,h6 {
    font-weight:400;
    font-style:normal
}

.u-ff {
    font-family: 'Rubik', sans-serif;
}