@font-face {
    font-family: "Made Okine Sans";
    src: url("../fonts/MADEOkineSans-Light.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Made Okine Sans";
    src: url("../fonts/MADEOkineSans-Regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Made Okine Sans";
    src: url("../fonts/MADEOkineSans-Medium.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Aptos";
    src: url("../fonts/Aptos.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Aptos";
    src: url("../fonts/Aptos-Italic.ttf") format("truetype");
    font-weight: 400;
    font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    font-weight: 500 !important;
    line-height: 1.2;
}

hr {
    opacity: .25;
}