﻿
/*Inter*/
.inter-Light {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

.inter-Medium {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.inter-Bold {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

/*Judson*/
.judson-regular {
    font-family: "Judson", serif;
    font-weight: 400;
    font-style: normal;
}

.judson-bold {
    font-family: "Judson", serif;
    font-weight: 700;
    font-style: normal;
}

.judson-regular-italic {
    font-family: "Judson", serif;
    font-weight: 400;
    font-style: italic;
}

/*Oswald*/
.oswald-Light {
    font-family: "Oswald", serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}
.oswald-Medium {
    font-family: "Oswald", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}
.oswald-Bold {
    font-family: "Oswald", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}