/*
Theme Name: Ikigai Theme
Theme URI: https://example.com
Author: Your Name
Author URI: https://example.com
Description: A simple custom WordPress theme with archive and page support.
Version: 1.0
*/
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}
@font-face {
    font-family: 'Visby CF Regular';
    src: url('webfonts/VisbyCF-Regular.eot');
    src: url('webfonts/VisbyCF-Regular.eot?#iefix') format('embedded-opentype'),
        url('webfonts/VisbyCF-Regular.woff2') format('woff2'),
        url('webfonts/VisbyCF-Regular.woff') format('woff'),
        url('webfonts/VisbyCF-Regular.ttf') format('truetype'),
        url('webfonts/VisbyCF-Regular.svg#VisbyCF-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Visby CF Medium';
    src: url('webfonts/VisbyCF-Medium.eot');
    src: url('webfonts/VisbyCF-Medium.eot?#iefix') format('embedded-opentype'),
        url('webfonts/VisbyCF-Medium.woff2') format('woff2'),
        url('webfonts/VisbyCF-Medium.woff') format('woff'),
        url('webfonts/VisbyCF-Medium.ttf') format('truetype'),
        url('webfonts/VisbyCF-Medium.svg#VisbyCF-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Visby CF Light';
    src: url('webfonts/VisbyCF-Light.eot');
    src: url('webfonts/VisbyCF-Light.eot?#iefix') format('embedded-opentype'),
        url('webfonts/VisbyCF-Light.woff2') format('woff2'),
        url('webfonts/VisbyCF-Light.woff') format('woff'),
        url('webfonts/VisbyCF-Light.ttf') format('truetype'),
        url('webfonts/VisbyCF-Light.svg#VisbyCF-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Visby CF Bold';
    src: url('webfonts/VisbyCF-Bold.eot');
    src: url('webfonts/VisbyCF-Bold.eot?#iefix') format('embedded-opentype'),
        url('webfonts/VisbyCF-Bold.woff2') format('woff2'),
        url('webfonts/VisbyCF-Bold.woff') format('woff'),
        url('webfonts/VisbyCF-Bold.ttf') format('truetype'),
        url('webfonts/VisbyCF-Bold.svg#VisbyCF-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Visby CF Demi Bold';
    src: url('webfonts/VisbyCF-DemiBold.eot');
    src: url('webfonts/VisbyCF-DemiBold.eot?#iefix') format('embedded-opentype'),
        url('webfonts/VisbyCF-DemiBold.woff2') format('woff2'),
        url('webfonts/VisbyCF-DemiBold.woff') format('woff'),
        url('webfonts/VisbyCF-DemiBold.ttf') format('truetype'),
        url('webfonts/VisbyCF-DemiBold.svg#VisbyCF-DemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Visby CF Heavy';
    src: url('webfonts/VisbyCF-Heavy.eot');
    src: url('webfonts/VisbyCF-Heavy.eot?#iefix') format('embedded-opentype'),
        url('webfonts/VisbyCF-Heavy.woff2') format('woff2'),
        url('webfonts/VisbyCF-Heavy.woff') format('woff'),
        url('webfonts/VisbyCF-Heavy.ttf') format('truetype'),
        url('webfonts/VisbyCF-Heavy.svg#VisbyCF-Heavy') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
