/*
Theme Name: Practical Conciousness
Author: Priit Elbe
Version: 1.0
Requires at least: 6.1
Tested up to: 6.2
Requires PHP: 8.0
Text Domain: pconciousness
*/

@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@100;200;300;400;500;600;700;800&display=swap');

@font-face{
    font-family: "All Round Gothic";
    src: url("./assets/fonts/all-round-gothics.eot");
    src: url("./assets/fonts/all-round-gothics_iefix.eot")format("embedded-opentype"),
    url("./assets/fonts/all-round-gothics.woff")format("woff"),
    url("./assets/fonts/all-round-gothics.woff2")format("woff2"),
    url("./assets/fonts/all-round-gothics.ttf")format("truetype"),
    url("./assets/fonts/all-round-gothics.svg")format("svg");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}

@font-face{
    font-family: "All Round Gothic";
    src: url("./assets/fonts/all-round-gothic-demi.otf")format("opentype");
    font-weight:600;
    font-style:normal;
    font-display:swap;
}

@font-face{
    font-family: "All Round Gothic Book";
    src: url("./assets/fonts/all-round-gothic-book.otf")format("opentype");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}
