﻿

@font-face {
    font-family: 'Gotham-light';
    src: url('../fonts/Gotham-Light.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Book.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-medium';
    src: url('../fonts/Gotham-Medium.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

h1 {
    font-family: 'Gotham';
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}

h2 {
    font-family: 'Gotham';
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}

h3 {
    font-family: 'Gotham';
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}

h4 {
    font-family: 'Gotham';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0.2px;
}

h5 {
    font-family: 'Gotham';
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0.2px;
}

h6 {
    font-family: 'Gotham';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.2px;
}

b, strong {
    font-weight: 700;
}


p {
    font-family: 'Gotham';
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: 0.3px;
}

ul {
    padding-left: 0px;
}
ul li {
    
    font-family: 'Gotham';
    position: relative;
    padding-left: 20px;
    list-style-type: none;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: 0.3px;
}
ul li:before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 3px;
    background-color: var(--purple);
    border-radius: 3px;
}

a {
    font-family: 'Gotham';
    text-decoration: none;
    color: var(--purple);
}

p, div, span {
    font-family: 'Gotham';
    font-size: 16px;
    line-height: 22px;
}