/*
Theme Name: Dura
Theme URI: http://www.duraplastics.com/
Description: Theme for Dura site
Author: Codezone
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');

:root{
    --primary-color: #00387D;
    --secondary-color: #EDA906;
    --ascent-color: #2AC5F4;
    --soft-color: #000000;
    --dark-color: #342811;
    --deep-color: #075484;
    --sharp-color: #B2B2B2;
  }

*{
    list-style-type: none;
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
}

html{
    -ms-text-size-adjust:100%;
    -webkit-text-size-adjust:100%;
    scroll-behavior: smooth;
}

body{
    margin:0;
    padding: 0;
}


