/*
 Theme Name:  Divi KRUT Child Theme
 Theme URI:    krut.fi
 Description:  KRUT:n child theme Suomen Lehdistön sivustolle
 Author:       KRUT Collective
 Author URI:   krut.fi
 Template:     Divi
 Version:      1.0.0
*/

/*****Add any custom CSS below this line*****/

/* Fakt-fontti teemaan */

@font-face {
    font-family: 'Fakt Pro';
    src: url('FaktPro-Normal.woff2') format('woff2'),
        url('FaktPro-Normal.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fakt Pro';
    src: url('FaktPro-Bold.woff2') format('woff2'),
        url('FaktPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
