
@font-face {
    font-family: 'Galano Bold';
    src: url('../fonts/Galano_Grotesque_Bold.otf');
    font-weight: 700;
    font-style: normal;
}


@font-face {
    font-family: 'Galano SemiBold';
    src: url('../fonts/Galano_Grotesque_SemiBold.otf');
    font-weight: 600;
    font-style: normal;

}

@font-face {
    font-family: 'Galano ExtraLight';
    src: url('../fonts/Galano_Grotesque_ExtraLight.otf');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Galano Regular';
    src: url('../fonts/Galano_Grotesque_Regular.woff') format('woff'),
        url('../fonts/Galano_Grotesque_Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}


@font-face {
    font-family: 'Galano Medium';
    src: url('../fonts/Galano_Grotesque_Medium.otf') format('woff');
    font-weight: 500;
    font-style: normal;

}

