@import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@100..900&display=swap');

/* Local Fonts */
@font-face {
    font-family: 'Archivo';
    src: url('../fonts/Archivo-VariableFont_wdth,wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
}

@font-face {
    font-family: 'Bright Starla';
    src: url('../fonts/Bright Starla.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'PP Hatton';
    src: url('../fonts/PP Hatton Bold 700.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'PP Hatton';
    src: url('../fonts/PP Hatton Medium 500.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'PP Hatton';
    src: url('../fonts/PPHatton-Ultralight.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
}

/* Font Utility Classes */
.font-archivo {
    font-family: 'Archivo', sans-serif;
}

.font-starla {
    font-family: 'Bright Starla', serif;
}

.font-hatton {
    font-family: 'PP Hatton', serif;
}