﻿@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

/* WEIGHTS */

.tw-300 {
    font-weight: 300;
}

.tw-400 {
    font-weight: 400;
}

.tw-500 {
    font-weight: 500;
}

.tw-600 {
    font-weight: 600;
}

.tw-700 {
    font-weight: 700;
}

.tw-800 {
    font-weight: 800;
}


.t-9 {
    font-size: 9px !important;
}
.t-10 {
    font-size: 10px !important;
}
.t-11 {
    font-size: 11px !important;
}
.t-12 {
    font-size: 12px !important;
}
.t-13 {
    font-size: 13px !important;
}
.t-42 {
    font-size: 42px !important;
}
.t-60 {
    font-size: 60px !important;
}
.t-120 {
    font-size: 120px !important;
}


.t-landing-brand {
    font-size: 90px !important;
}

.lh-1p5 {
    line-height:1.5 !important;
}
.lh-2p {
    line-height:2 !important;
}