/*
Theme Name: azti
Theme URI: https://azti.enutt.net/
Author: gwannon
Author URI: https://azti.enutt.net/
Description: Tema desarrollado por Eñutt
Version: 1.0
*/


@font-face{
    font-family:Gotham;
    font-style:normal;
    font-weight:400;
    font-display: swap;
    src:url(./fonts/Gotham-Book-1.ttf);
}
@font-face{
    font-family:Gotham;
    font-style:italic;
    font-weight:400;
    font-display: swap;
    src:url(./fonts/Gotham-BookItalic.ttf);
}
@font-face{
    font-family:Gotham;
    font-style:normal;
    font-weight:200;
    font-display: swap;
    src:url(./fonts/Gotham-Light.ttf);
}
@font-face{
    font-family:Gotham;
    font-style:italic;
    font-weight:200;
    font-display: swap;
    src:url(./fonts/Gotham-LightItalic.ttf);
}
@font-face{
    font-family:Gotham;
    font-style:normal;
    font-weight:700;
    font-display: swap;
    src:url(./fonts/Gotham-Bold.ttf);
}
@font-face{
    font-family:Gotham;
    font-style:italic;
    font-weight:700;
    font-display: swap;
    src:url(./fonts/Gotham-BoldItalic.ttf);
}


body {
	font-family: Gotham, Verdana;
}
