/*
Theme Name: Storied
Version: 1.0.0
Author: Brand Poets Web Agency
*/

@import "css/style.css";
@import url('https://fonts.googleapis.com/css2?family=Oooh+Baby&family=Open+Sans:wght@300;400;500;600&display=swap');
@font-face {
    font-family: 'Font Awesome 5 Light';
    src: url('fonts/fa-light-300.eot');
    src: url('fonts/fa-light-300.eot?#iefix') format('embedded-opentype'),
    url('fonts/fa-light-300.woff') format('woff'),
    url('fonts/fa-light-300.woff2') format('woff2'),
    url('fonts/fa-light-300.svg') format("svg"),
    url('fonts/fa-light-300.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Audrey';
    src: url('fonts/Audrey-Normal.eot');
    src: url('fonts/Audrey-Normal.eot?#iefix') format('embedded-opentype'),
    url('fonts/Audrey-Normal.woff2') format('woff2'),
    url('fonts/Audrey-Normal.woff') format('woff'),
    url('fonts/Audrey-Normal.ttf') format('truetype'),
    url('fonts/Audrey-Normal.svg#Audrey-Normal') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.fal {font-family: "Font Awesome 5 Light";}


