<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/* Google Font - Montserrat-Weight-100-to-900 */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&amp;display=swap');

/* Responsive Css Dosyası */
@import url("responsive.css");

/* Özelleştirilebilir Css Dosyası */
@import url("custom.css");

/* Bootstrap min css file*/
@import url("bootstrap-css/bootstrap.min.css");

html {
    scroll-behavior: smooth;
}



</pre></body></html>