/*
Theme Name: OAS Tour Theme
Theme URI: 
Author: OT Publishing Ltd
Author URI: 
Description: The OAS tour theme
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 5.7
Version: 
Text Domain: oas-tour-theme
Tags: 
*/

@font-face {
    font-family: proxima-nova-regular;
    font-style: normal;
    font-weight: 400;
    src: url('assets/fonts/proxima-nova-regular.woff') format("woff");
}

@font-face {
    font-family: proxima-nova-extrabold;
    font-style: normal;
    font-weight: 700;
    src: url('assets/fonts/proxima-nova-extrabold.woff') format("woff");
}

@font-face {
    font-family: proxima-nova-bold;
    font-style: normal;
    font-weight: 700;
    src: url('assets/fonts/proxima-nova-bold.woff') format("woff");
}

@font-face {
    font-family: proxima-nova-semibold;
    font-style: normal;
    font-weight: 600;
    src: url('assets/fonts/proxima-nova-semibold.woff') format("woff");
}

@font-face {
    font-family: proxima-nova-thin;
    font-style: normal;
    font-weight: 200;
    src: url('assets/fonts/proxima-nova-thin.woff') format("woff");
}

.dynamic-year-2024 {
    font-size: 1rem;
    line-height: 1em;
    margin: 0 0 0.5rem 0;
}

.width100 {
    width: 100%;
}
.is-position-sticky {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1000;
}
.pos-relative {
    position: relative;
}
.to-front {
    z-index: 999;
}