﻿/* google font voir https://fonts.google.com/knowledge/using_type/using_web_fonts */
/* <weight > : Use a value from 100 to 900 */
/* <uniquifier > : Use a unique and descriptive class name */

/*.roboto-<uniquifier > {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}*/


body,
.roboto-normal {
    font-variation-settings: 'wght' 350;
}

.roboto-350 {
    font-variation-settings: 'wght' 350;
}


.roboto-500 {
    font-variation-settings: 'wght' 500;
}
