/*
Theme Name: aula Theme
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

/* Aula Font Set */
@font-face{
font-family: 'Vision-Heavy';
src: url('custom-fonts/Vision-Heavy.eot');
src: url('custom-fonts/Vision-Heavy.eot?#iefix') format('embedded-opentype'),
url('custom-fonts/Vision-Heavy.woff') format('woff'),
url('custom-fonts/Vision-Heavy.ttf') format('truetype'),
url('custom-fonts/Vision-Heavy.svg#webfont') format('svg');
font-display: swap;
}

@font-face{
font-family: 'Vision-Light';
src: url('custom-fonts/Vision-Light.eot');
src: url('custom-fonts/Vision-Light.eot?#iefix') format('embedded-opentype'),
url('custom-fonts/Vision-Light.woff') format('woff'),
url('custom-fonts/Vision-Light.ttf') format('truetype'),
url('custom-fonts/Vision-Light.svg#webfont') format('svg');
font-display: swap;
}