/**
  * font-weights
  * 400  prox -> 300  roboto
  * 400i prox -> 300i roboto
  * 600  prox -> 500  roboto
  * 700  prox -> 600  roboto
***/

/* roboto-condensed-300 - latin */
@font-face {
    font-display: swap;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-condensed-v27-latin-300.woff2') format('woff2');
}

/* roboto-condensed-300italic - latin */
@font-face {
    font-display: swap;
    font-family: 'Roboto Condensed';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/roboto-condensed-v27-latin-300italic.woff2') format('woff2');
}

/* roboto-condensed-regular - latin 
@font-face {
    font-display: swap;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-condensed-v27-latin-regular.woff2') format('woff2');
}*/

/* roboto-condensed-italic - latin 
@font-face {
    font-display: swap;
    font-family: 'Roboto Condensed';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/roboto-condensed-v27-latin-italic.woff2') format('woff2');
}*/

/* roboto-condensed-500 - latin */
@font-face {
    font-display: swap;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/roboto-condensed-v27-latin-500.woff2') format('woff2');
}

/* roboto-condensed-500italic - latin 
@font-face {
    font-display: swap;
    font-family: 'Roboto Condensed';
    font-style: italic;
    font-weight: 500;
    src: url('../fonts/roboto-condensed-v27-latin-500italic.woff2') format('woff2');
}*/

/* roboto-condensed-600 - latin */
@font-face {
    font-display: swap;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-condensed-v27-latin-600.woff2') format('woff2');
}

/* roboto-condensed-700 - latin 
@font-face {
    font-display: swap;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-condensed-v27-latin-700.woff2') format('woff2');
}*/

/* roboto-condensed-800 - latin 
@font-face {
    font-display: swap;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/roboto-condensed-v27-latin-800.woff2') format('woff2');
}*/