﻿/*FONTS*/
@font-face {
    font-family: 'Montserrat-Semibold';
    src: url('fonts/montserrat-semibold-webfont.ttf');
    src: url("fonts/montserrat-semibold-webfont.woff") format("woff");
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('fonts/montserrat-regular-webfont.ttf');
    src: url("fonts/montserrat-regular-webfont.woff") format("woff");
}

@font-face {
    font-family: 'Montserrat-Light';
    src: url('fonts/montserrat-light-webfont.ttf');
    src: url("fonts/montserrat-light-webfont.woff") format("woff");
}

.text-1 {
    font-size: 0.75rem !important;
}

.text-2 {
    font-size: 0.875rem !important;
}

.text-3 {
    font-size: 1rem !important;
}

.text-4 {
    font-size: 1.125rem !important;
}

.text-5 {
    font-size: 1.25rem !important;
}

.text-6 {
    font-size: 1.5rem !important;
}

.text-7 {
    font-size: 1.875rem !important;
}

.text-8 {
    font-size: 2rem !important;
}

.text-9 {
    font-size: 2.5rem !important;
}

.text-10 {
    font-size: 3rem !important;
}

.text-11 {
    font-size: 3.5rem !important;
}

.text-12 {
    font-size: 4rem !important;
}
