@charset "utf-8";
@import url("https://use.typekit.net/wkg0txi.css");

:root {
    --mainBodyFont: "ff-tisa-sans-web-pro", sans-serif;
    --grey: #F5F5F5;

}

body{
    font-family: var(--mainBodyFont);
}

.background-grey{
    background-color: var(--grey);
}

.font-light{
    font-weight: 300;
    font-style: normal;
}

.font-italic{
    font-weight: 300;
    font-style: italic;
}

.font-italic{
    font-weight: 400;
    font-style: italic;
}

.font-medium{
    font-weight: 500;
    font-style: normal;
}

.font-medium-italic{
    font-weight: 500;
    font-style: italic;
}

.font-bold{
    font-weight: 700;
    font-style: normal;
}

.font-bold-italic{
    font-weight: 700;
    font-style: italic;
}