/*
Theme Name: SimpleMag Child Theme
Theme URI: http://themesindep.com/
Author: ThemesIndep
Author URI: http://themesindep.com/
Description: Magazine theme for creative things
Template: simplemag
*/


/* Your CSS code goes here
-------------------------------------- */
@font-face {
    font-family: 'body';
    src: url('../simplemag/fonts/AnekOdia_SemiExpanded-Medium.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'heading';
    src: url('../simplemag/fonts/Super Corn.ttf') format('truetype');
    font-display: swap;
}

body {
    font-family: 'body', sans-serif; 
}

h1, h2, h3{
    font-family: 'heading', sans-serif; 
}