:root {
--font-family-body: 'Roboto', sans-serif;
--font-family-head: 'Roboto Condensed', sans-serif;
}
@font-face {
    font-family: 'Roboto Condensed';
    src: url('roboto_condensed/RobotoCondensed-Light.woff2') format('woff2'),
    url('roboto_condensed/RobotoCondensed-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('roboto_condensed/RobotoCondensed-Regular.woff2') format('woff2'),
    url('roboto_condensed/RobotoCondensed-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto Condensed';
    src: url('roboto_condensed/RobotoCondensed-Bold.woff2') format('woff2'),
    url('roboto_condensed/RobotoCondensed-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('roboto/Roboto-Regular.woff2') format('woff2'),
    url('roboto/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('roboto/Roboto-Italic.woff2') format('woff2'),
    url('roboto/Roboto-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('roboto/Roboto-Bold.woff2') format('woff2'),
    url('roboto/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('roboto/Roboto-BoldItalic.woff2') format('woff2'),
    url('roboto/Roboto-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

html,body {
    font-family: 'Roboto', sans-serif
}

h1,h2,h3,h4,h5 { 
    font-family: 'Roboto Condensed', sans-serif; 
    font-weight:700; 
    font-style:normal 
}

h5 {
    font-weight:300;
}

h6 {
    font-weight:400;
}