@charset "UTF-8";

/* https://freedesignresources.net/guton-sans-serif-family/ */

@font-face {
    font-family: Guton;
    src: url("../fonts/Guton/Guton-Bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Guton;
    src: url("../fonts/Guton/Guton-Black.otf") format("opentype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Guton;
    src: url("../fonts/Guton/Guton-SemiBold.otf") format("opentype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Guton;
    src: url("../fonts/Guton/Guton-Regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Guton;
    src: url("../fonts/Guton/Guton-Medium.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

