@font-face {
    font-family: 'Azo Sans';
    src: url('/fonts/azo-sans/AzoSans-Thin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Azo Sans';
    src: url('/fonts/azo-sans/AzoSans-ThinItalic.otf') format('opentype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Azo Sans';
    src: url('/fonts/azo-sans/AzoSans-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Azo Sans';
    src: url('/fonts/azo-sans/AzoSans-LightItalic.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Azo Sans';
    src: url('/fonts/azo-sans/AzoSans-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Azo Sans';
    src: url('/fonts/azo-sans/AzoSans-Italic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Azo Sans';
    src: url('/fonts/azo-sans/AzoSans-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Azo Sans';
    src: url('/fonts/azo-sans/AzoSans-MediumItalic.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Azo Sans';
    src: url('/fonts/azo-sans/AzoSans-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Azo Sans';
    src: url('/fonts/azo-sans/AzoSans-BoldItalic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Azo Sans';
    src: url('/fonts/azo-sans/AzoSans-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Azo Sans';
    src: url('/fonts/azo-sans/AzoSans-BlackItalic.otf') format('opentype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}
body {
    font-family: 'Azo Sans', sans-serif;
}

h1, h2, h3 {
    font-family: 'Azo Sans', sans-serif;
    font-weight: 900;
}
strong{
    font-family: 'Azo Sans', sans-serif;
    font-weight: bolder;
}
.subtitulo {
    font-weight: 500;
}

.texto-light {
    font-weight: 300;
}

.texto-italica {
    font-style: italic;
}