@font-face {
    font-family: Assist_Default;
    src: url(../assets/font/Roboto-Regular.ttf);
    font-stretch: normal;
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: Assist_DefaultBold;
    src: url(../assets/font/Roboto-Bold.ttf);
    font-stretch: normal;
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: Assist_DefaultLight;
    src: url(../assets/font/Roboto-Light.ttf);
    font-stretch: normal;
    font-weight: 500;
    font-style: normal;
}

body {
    font-family: "Assist_Default";
}

h5 {
    font-size: 40px;
}
h4 {
    font-size: 35px;
}
h3 {
    font-size: 30px;
}
h2 {
    font-size: 28px;
}
h1 {
    font-size: 24px;
    display: inline-block;
}
p {
    font-size: 14px;
    text-align: justify;
    text-justify: inter-word;
    display: inline-block;
    letter-spacing: 0.04em;
    line-height: 1.4em;
}
label {
    font-size: 14px;
}
sup {
    font-size: 0.7em;
}

.small-print {
    font-size: 0.8em;
}

b {
    font-weight: bold;
}
.bold {
    font-weight: bold;   
}

i {
    font-style: italic;
}
.italic {
    font-style: italic;
}

@media screen and (max-width: 1280px) {
    
/*    h5 {
        font-size: 70px;
    }
    h2 {
        font-size: 60px;
    }
    p {
        font-size: 50px;
        line-height: 60px;
    }*/
}