@charset "UTF-8";

/*
Theme Name: Parlasca
Author: ckannen
Author URI: https://ckannen.com
Description: Parlasca Theme
Version: 1.0
*/

@font-face {
    font-family: 'Frutiger LT Std';
    src: url('assets/fonts/FrutigerLTStd-Roman.woff2') format('woff2'),
        url('assets/fonts/FrutigerLTStd-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Frutiger LT Std';
    src: url('assets/fonts/FrutigerLTStd-Bold.woff2') format('woff2'),
        url('assets/fonts/FrutigerLTStd-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bodoni 72';
    src: url('assets/fonts/BodoniSvtyTwoITCTT-Book.woff2') format('woff2'),
        url('assets/fonts/BodoniSvtyTwoITCTT-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


