/* FONT NAMES */

@font-face {
    font-family: 'Rubik';
    src: url('fonts/Rubik-Regular.eot');
    src: url('fonts/Rubik-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Rubik-Regular.woff2') format('woff2'),
        url('fonts/Rubik-Regular.woff') format('woff'),
        url('fonts/Rubik-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Karla';
    src: url('fonts/Karla-SemiBold.eot');
    src: url('fonts/Karla-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Karla-SemiBold.woff2') format('woff2'),
        url('fonts/Karla-SemiBold.woff') format('woff'),
        url('fonts/Karla-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Karla';
    src: url('fonts/Karla-Medium.eot');
    src: url('fonts/Karla-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Karla-Medium.woff2') format('woff2'),
        url('fonts/Karla-Medium.woff') format('woff'),
        url('fonts/Karla-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('fonts/Rubik-Medium.eot');
    src: url('fonts/Rubik-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Rubik-Medium.woff2') format('woff2'),
        url('fonts/Rubik-Medium.woff') format('woff'),
        url('fonts/Rubik-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('fonts/Rubik-SemiBold.eot');
    src: url('fonts/Rubik-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Rubik-SemiBold.woff2') format('woff2'),
        url('fonts/Rubik-SemiBold.woff') format('woff'),
        url('fonts/Rubik-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Karla';
    src: url('fonts/Karla-Regular.eot');
    src: url('fonts/Karla-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Karla-Regular.woff2') format('woff2'),
        url('fonts/Karla-Regular.woff') format('woff'),
        url('fonts/Karla-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root{


    /* FONT SIZES */
    
    --fs-xxxl: 70px;
    --fs-xxl: 60px;
    --fs-xl: 34px;
    --fs-l: 28px;
    --fs-m: 26px;
    --fs-s: 22px;
    --fs-xs: 20px;
    --fs-xxs: 16px;
    --fs-xxxs: 14px;
    
    
    /* LINE HEIGHT */
    
    --fl-s: normal;
    --fl-m: 28px;
    
}

/* TYPOGRAPHY */

@media only screen and (min-width: 1276px) {
    
    h1.heading1{
        font-family: "Rubik";
        font-size: var(--fs-xxxl);
        font-weight: 500;
        line-height: var(--fl-s);
        margin: 0;
        font-style: normal;
    }
    
    h2.heading2{
        font-family: "Rubik";
        font-size: var(--fs-xl);
        font-weight: 500;
        line-height: var(--fl-s);
        margin: 0;
        font-style: normal;
    }
    
    h3.heading3{
        font-family: "Rubik";
        font-size: var(--fs-s);
        font-weight: 500;
        line-height: var(--fl-s);
        margin: 0;
        font-style: normal;
    }
    
}

@media only screen and (max-width: 1275px) and (min-width: 740px) {
    
    h1.heading1{
        font-family: "Rubik";
        font-size: var(--fs-xxl);
        font-weight: 500;
        line-height: var(--fl-s);
        margin: 0;
        font-style: normal;
    }
    
    h2.heading2{
        font-family: "Rubik";
        font-size: var(--fs-l);
        font-weight: 500;
        line-height: var(--fl-s);
        margin: 0;
        font-style: normal;
    }
    
    h3.heading3{
        font-family: "Rubik";
        font-size: var(--fs-xs);
        font-weight: 500;
        line-height: var(--fl-s);
        margin: 0;
        font-style: normal;
    }
    
}

@media only screen and (max-width: 739px) {
    
    h1.heading1{
        font-family: "Rubik";
        font-size: var(--fs-xl);
        font-weight: 500;
        line-height: var(--fl-s);
        margin: 0;
        font-style: normal;
    }
    
    h2.heading2{
        font-family: "Rubik";
        font-size: var(--fs-m);
        font-weight: 500;
        line-height: var(--fl-s);
        margin: 0;
        font-style: normal;
    }
    
    h3.heading3{
        font-family: "Rubik";
        font-size: var(--fs-xs);
        font-weight: 500;
        line-height: var(--fl-s);
        margin: 0;
        font-style: normal;
    }
    
}


h4.heading4 {
    font-family: "Karla";
    font-size: var(--fs-xxs);
    font-weight: 600;
    line-height: var(--fl-s);
    margin: 0;
    font-style: normal;
}

p.paragraph{
    font-family: "Karla";
    font-size: var(--fs-xxs);
    font-weight: normal;
    line-height: var(--fl-m);
    margin: 0 0 16px 0;
    font-style: normal;
}

p.notes{
    font-family: "Karla";
    font-size: var(--fs-xxxs);
    font-weight: normal;
    line-height: 1.5;
    margin: 0 0 16px 0;
    font-style: normal;
}

a.textlink, a.textlink:link, a.textlink:visited, a.textlink:active  {
    font-family: "Karla";
    font-size: var(--fs-xxs);
    font-weight: 600;
    line-height: var(--fl-m);
    margin: 0;
    text-decoration: none;
    cursor: pointer;
    font-style: normal;
}

a.textlink:hover{
    text-decoration: none;
    cursor: pointer;
    font-style: normal;
}

.t-left{
    text-align: left;
}

.t-right{
    text-align: right;
}

.t-center{
    text-align: center;
}
.t-shadow{
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

a.footerlink, a.footerlink:link, a.footerlink:visited, a.footerlink:active{
    font-family: "Karla";
    font-size: var(--fs-xxs);
    font-weight: 600;
    line-height: var(--fl-m);
    margin: 0;
    text-decoration: none;
    cursor: pointer;
    color: var(--light-black);
    font-style: normal;
}

a.footerlink:hover{
    text-decoration: underline;
    cursor: pointer;
    color: var(--light-black);
    font-style: normal;
}