@font-face {
    font-family: 'balboa Black';
    src: url("./fonts/Balboa/balboa-700.woff2") format("woff2"),
        url("./fonts/Balboa/balboa-700.woff") format("woff"),
        url("./fonts/Balboa/balboa-700.otf") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 700;
    font-stretch: normal;
}

@font-face {
    font-family: 'balboa-thin';
    src: url("./fonts/Balboa/balboa-300.woff2") format("woff2"),
        url("./fonts/Balboa/balboa-300.woff") format("woff"),
        url("./fonts/Balboa/balboa-300.otf") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 300;
    font-stretch: normal;
    letter-spacing: 0.7px;
}

@font-face {
    font-family: 'balboa bold';
    src: url("./fonts/Balboa/balboa-700.woff2") format("woff2");
    font-display: auto;
    font-style: normal;
    font-weight: 300;
    font-stretch: normal;
}

@font-face {
    font-family: 'balboa bold 600';
    src: url("./fonts/Balboa/balboa-600.woff2") format("woff2"),
        url("./fonts/Balboa/balboa-600.woff") format("woff"),
        url("./fonts/Balboa/balboa-600.otf") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'Century-Gothic';
    src: url("./fonts/Century-Gothic/Century Gothic-N4.woff2") format("woff2"),
        url("./fonts/Century-Gothic/Century Gothic.ttf") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 300;
    font-stretch: normal;
}


@font-face {
    font-family: 'balboa Ultrathin';
    src: url("./fonts/Balboa/Balboa-UltraLight.woff2") format("woff2");
    font-display: auto;
    font-style: normal;
    font-weight: normal;
    font-stretch: normal;
}

* {
    font-family: 'Century-Gothic', sans-serif;
}
h2,
h3,
h4,
h5,
h6 {
    font-family: 'balboa Ultrathin', sans-serif;
}

h1 {
    font-family: 'balboa Ultrathin', sans-serif;
}
