@import url("https://fonts.googleapis.com/css2?family=Baskervville:ital@0;1&family=Rubik:wght@300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700&family=Zen+Kaku+Gothic+New:wght@300;400;500;700&display=swap");

:root{
    --colormain:#224439;
    --colorborder:#e9b76b;
}

@font-face {
    font-family: "Alta";
    src: url("./fonts/Alta_Typeface/Alta_regular.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Alta";
    src: url("./fonts/Alta_Typeface/Alta_light.otf") format("opentype");
    font-weight: normal;
    font-style: light;
}

@font-face {
    font-family: "Alta";
    src: url("./fonts/Alta_Typeface/Alta_caption.otf") format("opentype");
    font-weight: normal;
    font-style: caption;
}

@font-face {
    font-family: "The Seasons Bold";
    src: url("./fonts/The-Seasons-Bold.ttf") format("truetype");
    
}
