/*
Theme Name: Swasthi
Author: Sithara
Author URI: 
Version: 1.0
 */

@font-face {
    font-family: 'The Seasons';
    src: url('fonts/TheSeasonsLight.eot');
    src: url('fonts/TheSeasonsLight.eot?#iefix') format('embedded-opentype'),
        url('fonts/TheSeasonsLight.woff2') format('woff2'),
        url('fonts/TheSeasonsLight.woff') format('woff'),
        url('fonts/TheSeasonsLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
 
@font-face {
    font-family: 'The Seasons';
    src: url('fonts/TheSeasonsRegular.eot');
    src: url('fonts/TheSeasonsRegular.eot?#iefix') format('embedded-opentype'),
        url('fonts/TheSeasonsRegular.woff2') format('woff2'),
        url('fonts/TheSeasonsRegular.woff') format('woff'),
        url('fonts/TheSeasonsRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
 
 
@font-face {
    font-family: 'The Seasons';
    src: url('fonts/TheSeasonsBold.eot');
    src: url('fonts/TheSeasonsBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/TheSeasonsBold.woff2') format('woff2'),
        url('fonts/TheSeasonsBold.woff') format('woff'),
        url('fonts/TheSeasonsBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* Global Styles  */
html, body {
    scroll-behavior: smooth;
    scroll-padding-top: 100px; 
}


 body{
    overflow:none;
    margin:0;
}
