@import url("https://fonts.googleapis.com/css2?family=Gothic+A1&family=League+Gothic&display=swap");

.gothic-a1-thin {
    font-family: "Gothic A1", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.gothic-a1-extralight {
    font-family: "Gothic A1", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.gothic-a1-light {
    font-family: "Gothic A1", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.gothic-a1-regular {
    font-family: "Gothic A1", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.gothic-a1-medium {
    font-family: "Gothic A1", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.gothic-a1-semibold {
    font-family: "Gothic A1", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.gothic-a1-bold {
    font-family: "Gothic A1", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.gothic-a1-extrabold {
    font-family: "Gothic A1", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.gothic-a1-black {
    font-family: "Gothic A1", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.league-gothic-regular {
    font-family: "League Gothic", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 110;
}
